
iOS
r913218338
这个作者很懒,什么都没留下…
展开
-
iOS 注释方法
在iOS下有多中注释的方法 可以方便我们查看代码,通用的//和/**/这里就不多说了 OC #pragma mark - AFHTTPRequestOperation swift // TODO: add // FIXME: BUG // MARK: -原创 2016-04-28 11:25:57 · 446 阅读 · 0 评论 -
iOS 根据文字自适应高度
Objective-C - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ if(tableView == kindTableView) { NSInteger section = indexPath.sect原创 2016-04-28 10:40:50 · 383 阅读 · 0 评论