会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
不疯不成魔
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2015年9月17日
iOS中的UIToolBar
摘要: #import "RootViewController.h"@interface RootViewController ()@end@implementation RootViewController- (void)viewDidLoad { [super viewDidLoad]; ...
阅读全文
posted @ 2015-09-17 22:36 不疯不成魔
阅读(213)
评论(0)
推荐(0)
iOS中的瀑布流(RootCollectionViewControlle)
摘要: 用了三个第三方- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.window = [[[UIWindow all...
阅读全文
posted @ 2015-09-17 20:01 不疯不成魔
阅读(204)
评论(0)
推荐(0)
iOS中NSThread(主线程,子线程)
摘要: #import "AppDelegate.h"@interface AppDelegate (){ NSInteger _totalTickests;}@property (nonatomic, retain) NSLock *lock;@end@implementation AppDeleg...
阅读全文
posted @ 2015-09-17 19:32 不疯不成魔
阅读(319)
评论(0)
推荐(0)
iOS中的串行,并行,分组,一次,障碍,延迟,反复执行(GCD)
摘要: #import "OneViewController.h"@interface OneViewController ()@end@implementation OneViewController- (void)viewDidLoad { [super viewDidLoad]; // D...
阅读全文
posted @ 2015-09-17 19:27 不疯不成魔
阅读(296)
评论(0)
推荐(0)
iOS中的动画
摘要: #import "ViewController.h"#import "UITextField+Shake.h"@interface ViewController ()@property (retain, nonatomic) IBOutlet UIImageView *balloonImage;@p...
阅读全文
posted @ 2015-09-17 19:17 不疯不成魔
阅读(221)
评论(0)
推荐(0)