原创 自定義導航右邊多個按鈕

- (void)initRightBtnItems{ UIView *view = [[UIView alloc]initWithFrame:CGRectMake(0, 0, 100, 44.0f)]; view

原创 BFSettingVController

// // QiuySetViewController.h // QiuySetVController // // Created by laizhenjie on 14-3-20. // Copyright (c) 2014年

原创 獲取應用的名字及版本號;

//獲取應用的名字及版本號; NSDictionary* infoDict =[[NSBundle mainBundle] infoDictionary]; NSString* versionNum =[infoDic

原创 關於 dispatch_once 探討單例

dispatch_once 在ios中是用來創建單例的,具體爲什麼要創建單例,咱先不討論,咱先看看,這個要怎麼使用。 利用dispatch_once創建單例         在開發中我們會用到NSNotificationCenter、N

原创 MPMoviePlayerViewController播放優酷視頻

- (void) playerWithUrl:(NSURL *)url{ // http://player.youku.com/embed/XNzA4NjE1MTQ4 //從優酷上取到的地址;要轉化成下面的格式(m3u8)才

原创 iOS開發資料收集整理

iOS開發資料收集 1.論壇:   http://blog.csdn.net/   http://stackoverflow.com/  http://www.cocoachina.com/, http://www.raywenderli

原创 詳解iPhone Tableview分批顯示數據 實現點擊加載更多

詳解iPhone Tableview分批顯示數據 實現點擊加載更多 作者: durban|時間: 2014-01-17 12:13:44|標籤: IOS7 加載更多 Tableview TableViewControll

原创 從ViewController初始化一直談到強制橫屏

從ViewController初始化一直談到強制橫屏 http://blog.sina.com.cn/s/blog_76264a170101e5lb.html 一個viewController的初始化大概涉及到如下幾個方法的

原创 友盟庫報錯處理

報錯信息:Undefined symbols for architecture i386: "___gxx_personality_v0", r

原创 IOS開發實現二張圖片合併http://ios.662p.com/thread-1350-1-1.html

http://ios.662p.com/thread-1350-1-1.html -(UIImage *)addImage:(UIImage *)image1 toImage:(UIImage *)image2 {UIGraphicsB

原创 iphone播放視頻資料相關

http://www.slideshare.net/idevcamp/ipa-ipa http://blog.sina.com.cn/s/blog_593a85730100dpwz.html 視頻資料 騰訊視頻鏈接 http://v.

原创 scrollViewf 動態滑動的廣告欄

//頭文件: // // QiuyAdvertiseVController.h // QiuyAdvertiseVController // // Created by laizhenjie on 14-3-20. // Cop

原创 頁面切換動畫CATransition

// // AnimationViewController.h // StudyiOS // // Created by ZhangYiCheng on 11-9-28. // Copyright 2011 ZhangYiChen

原创 Reject Reasons By APPLE

Reject Reasons By APPLE 10.6: Apple and our customers place a high value o

原创 控件動態設置+屏幕適配(BFAboutVController)

// // BFAboutVController.h // QiuySetVController // // Created by laizhenjie on 14-3-24. // Copyright (c) 2014年 La