- 博客(8)
- 收藏
- 关注
原创 iOS8中TableView的Cell Hierarchy
http://www.raywenderlich.com/62435/make-swipeable-table-view-cell-actions-without-going-nuts-scroll-views 这篇文章jiang'le
2014-10-14 13:53:21 764
原创 UIBezierPath画圆弧的记录
UIBezierPath通过 - (void)addArcWithCenter:(CGPoint)center radius:(CGFloat)radius startAngle:(CGFloat)startAngle endAngle:(CGFloat)endAngle clockwise:(BOOL)clockwise 可以
2014-04-09 11:22:31 1520
原创 iOS本地化
一.Storyboard本地化 1.首先在Project视图下,点击Localizations部分的那个加号,选择你要添加的语言 2.然后会弹出来一个窗口,把红框部分的改成图中所选的选项,如果选择的是Localizable Strings,需要把后缀名改成.StoryBoard,后面会提到修改的方法 3.点击finish后,可以看到Storyboard旁边多了个可以展开的三角
2014-03-26 18:03:33 1163
转载 [!] Pod::Executable pull的解决办法
转自:http://blog.csdn.net/baijinwen/article/details/18894365 情况: 1.安装了cocoapod 2.系统更新到最新版OS X 3.尝试执行 sudo pod install 解决方法: $ pod repo remove master $ pod setup 如果还不行则重新安装:
2014-03-19 13:30:19 491
原创 autolayout相关
昨天把搁置了很久的autolayout学习了一下,现在记录一下 autolayout是ios6中新加入的功能,通过给出Constraint,即约束条件来确定控件的位置,不需要通过设置frame属性 对3.5和4寸设备,不需要两套xib或进行复杂的判断来定义控件的位置。 先简单举个例子: 比如一个ImageView,拖到storyboard时设置的高度是460,宽度是284,x,y坐
2014-03-04 11:00:01 527
原创 django 创建超级用户
1.执行shell命令 2.先输入:from django.contrib.auth.models import User 然后是:user=User.objects.create_superuser('name','emailname@demon.com','password') 三个参数依次为用户名,邮箱,密码
2013-12-10 21:58:01 2211
原创 mac下安装Aptana studio 与 django
最近想学下python,感觉名字就很霸气。了解到django是用的比较多的web框架 于是就装了aptana studio来玩玩看。于是安装python与django,都很顺利。 但是新建django project的时候总是出错,说django not found,但用终端来试import django又是正常的, 于是又百度之!按找到文章上写的方法试了,依然不行,于是自己研究了一下,还是
2013-12-03 23:40:13 1734
原创 iOS7 Related
ios7里面,在navigationController中,如果以(0,0,width,height)添加一个view,navigationBar会盖住这个view 这是需要设置一个ios7中ViewController新的属性: edgesForExtendedLayout。 typedef NS_OPTIONS(NSUInteger, UIRectEdge) { U
2013-09-19 17:28:21 618
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人