码迷,mamicode.com
首页 > 其他好文 > 详细

每天积累一点新知识

时间:2018-04-17 12:01:40      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:bsp   reload   efault   index   nbsp   with   tab   pat   xpath   

某个cell发生数据变化,实时刷新,把变化的cell的indexPath作为参数: 比如微信的朋友圈点赞和评论
[weakSelf.tableView reloadRowsAtIndexPaths:@[indexPath] withRowAnimation:UITableViewRowAnimationNone];


leftCapWidth和topCapHeight不变,其他部分等比拉伸:比如聊天气泡框背景图片。是UIImage的实例方法。
- (UIImage *)stretchableImageWithLeftCapWidth:(NSInteger)leftCapWidth topCapHeight:(NSInteger)topCapHeight 

UITextField 明文和密文切换
@property(nonatomic,getter=isSecureTextEntry) BOOL secureTextEntry;       // default is NO
如果切换时有空白的话 参考这个:https://www.jianshu.com/p/172ddbfbd9c4

 

每天积累一点新知识

标签:bsp   reload   efault   index   nbsp   with   tab   pat   xpath   

原文地址:https://www.cnblogs.com/liuw-flexi/p/8861859.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!