摘要:
#pragma mark - 版本检测- (void) checkVersion{ // 版本号的key NSString *key = (NSString *)kCFBundleVersionKey; // 从info.plist取版本号 NSString *version = [NSBundle mainBundle].infoDictionary[key... 阅读全文
摘要:
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath {// 列寬CGFloat contentWidth = self.tableView.frame.size.width;// 用何種字體進行顯示UIFont *font = [... 阅读全文
摘要:
- (float)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{ NSString *str = [_dataArray objectAtIndex:indexPath.row]; UIFont *tfont = [UIFont systemFontOfSize:... 阅读全文