每天积累一点新知识
Posted liuw_flexi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了每天积累一点新知识相关的知识,希望对你有一定的参考价值。
某个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
以上是关于每天积累一点新知识的主要内容,如果未能解决你的问题,请参考以下文章