摘要: 对于UIview的圆角设置最简单的就是layer的两个属性分别是cornerRadius和masksToBounds,但是对于设置其中某一个角为圆角的时候需要使用贝塞尔曲线UIView *aView = [[UIView alloc] init];aView.frame = CGRectMake(0... 阅读全文
posted @ 2015-11-20 17:56 _Ace 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 重写UItextField的这个方法,用其他的textField继承自这个父类- (void) drawPlaceholderInRect:(CGRect)rect { [[UIColor blueColor] setFill]; [self.placeholder drawInRect:rec... 阅读全文
posted @ 2015-11-20 15:24 _Ace 阅读(292) 评论(0) 推荐(0) 编辑
摘要: self.navigationController.hidesBarsOnSwipe=YES;滚动时隐藏导航栏 阅读全文
posted @ 2015-11-20 15:16 _Ace 阅读(148) 评论(0) 推荐(0) 编辑