关于ios的继承

  • 重写UitextFiled(利用draw,将UitextFiled风格变成一条线)
- (void)drawRect:(CGRect)rect {
 //get the current darwing context
    CGContextRef context = UIGraphicsGetCurrentContext();
//set the fill color with textfiled
    CGContextSetFillColorWithColor(context, [UIColor blackColor].CGColor);
//set the frame 
    CGContextFillRect(context, CGRectMake(0, CGRectGetHeight(self.frame)-0.5, CGRectGetWidth(self.frame), 0.5));
}
  • 继承UIscrollerView可以用来替代写一些很长的页面
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 1、禁止手机睡眠[UIApplication sharedApplication].idleTimerDisabl...
    DingGa阅读 1,144评论 1 6
  • 1.NSTimer //暂停if ([timer isValid]) {[timer setFireDate:[N...
    俊月阅读 1,375评论 0 0
  • 1、设置UILabel行间距 NSMutableAttributedString* attrString = [[...
    FF_911阅读 1,424评论 0 3
  • 登峰难造极 且爬 一马未平川 难圆 快乐啊像那个大本营
    李胤胤阅读 148评论 0 0
  • 平云飞渡海波淼黄龙盘顶衔秋月桃园不远闻夜枭明月清风与君晓 独此中宵月与谁, 扫耳弱风轻语细。 爱恨难泯洛神泣, 江...
    灵魂刀手阅读 365评论 4 3