上一页 1 ··· 4 5 6 7 8 9 10 11 下一页
摘要: 原文网址: http://www.cocoachina.com/ios/20141218/10687.html在使用 table view 的时侯经常会遇到这样的需求:table view 的 cell 中的内容是动态的,导致在开发的时候不知道一个 cell 的高度具体是多少,所以需要提供一个计算 ... 阅读全文
posted @ 2015-07-23 10:31 Cheetah_yang 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 不知道大家有没有发现,在iOS APP开发过程中,UITableView是我们显示内容常见的控件,本人觉得它是UIKit中最复杂的一个控件。今天要向大家介绍的就是如何动态计算 UITableViewCell高度的一经验与技巧,在此做一些总结方便朋友们查阅。为了不让讲解空洞抽象,我还是用代码实例的方式... 阅读全文
posted @ 2015-07-23 10:25 Cheetah_yang 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 原文网址: http://blog.csdn.net/ayangcool前言:作为一名IOS开发者,把开发出来的App上传到App Store是必须的。下面就来详细介绍下具体流程。1.打开苹果开发者中心:https://developer.apple.com打开后点击:Member Center如果... 阅读全文
posted @ 2015-07-23 09:20 Cheetah_yang 阅读(271) 评论(0) 推荐(0) 编辑
摘要: // DYFViewController.m// 623-08-队列组//// Created by dyf on 14-6-23.// Copyright (c) 2014年 ___FULLUSERNAME___. All rights reserved.//#import "DYFViewCon... 阅读全文
posted @ 2015-07-21 12:53 Cheetah_yang 阅读(209) 评论(0) 推荐(0) 编辑
摘要: // DYFViewController.m// 623-06-线程间的通信//// Created by dyf on 14-6-23.// Copyright (c) 2014年 ___FULLUSERNAME___. All rights reserved.//#import "DYFView... 阅读全文
posted @ 2015-07-21 12:52 Cheetah_yang 阅读(155) 评论(0) 推荐(0) 编辑
摘要: // DYFViewController.m// 623-07-GCD//// Created by dyf on 14-6-23.// Copyright (c) 2014年 ___FULLUSERNAME___. All rights reserved.//#import "DYFViewCon... 阅读全文
posted @ 2015-07-21 12:52 Cheetah_yang 阅读(222) 评论(0) 推荐(0) 编辑
摘要: // DYFViewController.m// 623-05-线程同步问题//// Created by dyf on 14-6-23.// Copyright (c) 2014年 ___FULLUSERNAME___. All rights reserved.//#import "DYFView... 阅读全文
posted @ 2015-07-21 12:51 Cheetah_yang 阅读(152) 评论(0) 推荐(0) 编辑
摘要: // Created by dyf on 14-6-23.// Copyright (c) 2014年 ___FULLUSERNAME___. All rights reserved.//#import "DYFViewController.h"@interface DYFViewControlle... 阅读全文
posted @ 2015-07-21 12:50 Cheetah_yang 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 用NSThread创建子线程的3种方法// DYFViewController.m// 623-02-pthread//// Created by dyf on 14-6-23.// Copyright (c) 2014年 ___FULLUSERNAME___. All rights reserve... 阅读全文
posted @ 2015-07-21 12:49 Cheetah_yang 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 首先演示一下主线程的阻塞// DYFViewController.m// 623-01-阻塞多线程//// Created by dyf on 14-6-23.// Copyright (c) 2014年 ___FULLUSERNAME___. All rights reserved.//#impo... 阅读全文
posted @ 2015-07-21 12:47 Cheetah_yang 阅读(142) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 下一页