Time of Update: 2018-12-03
NSException* ex = [[NSException alloc] initWithName:@"ExceptionName" // just for test reason:@"XXX" userInfo:nil]; // CustomNSException* ex =
Time of Update: 2018-12-03
1.建立Phonegap工程MyPlugin環境xcode4.5.1phonegap2.1.02.在Plugin檔案夾下建立實現Plugin子類//// MyPlugin.h// MyPGPlugin//// Created by kllmctrl on 12-10-29.////#import <Cordova/CDV.h>@interface MyPlugin : CDVPlugin- (void)
Time of Update: 2018-12-03
1.添加調試控制在Executables中的Arguments添加3個變數,並設值YESNSZombieEnabledMallocStackLoggingMallocStackLoggingNoCompact在gdb:(格式: shell malloc_history <id> <address>) shell malloc_history 1436 0x5f7fcf02.編譯時間報 Command
Time of Update: 2018-12-03
一、respondsToSelector : SEL 和 performSelector : withObject 帶一個參數二、如果需要帶多參數,可以對多參數用字典封裝使用三、如果確實需要巨集指令引數可以參考Three20擴充NSInvocation用法,可以多參數和傳回值- (id)performSelector:(SEL)selector withObject:(id)p1 withObject:(id)p2 withObject:(id)p3 { NSMethodSignature
Time of Update: 2018-12-03
一.準備資料1.在app認證建立推送認證(下載並安裝...記住保留p12(cer.p12和key.p12)+cer+mobileprovision以後更新包用到,避免撤銷後服務端要重新設定新的p12)2. 產生app在服務端需要的許可證檔案1)進入Provisioning Portal, 下載Certificates在development下的認證。 2) 找到需要測試的app id,然後enable它在development下的Apple Push Notification service:
Time of Update: 2018-12-03
實現啟動後自動橫屏執行個體(相容sdk6.0以下):1.代理修改- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { if ( [[UIDevice currentDevice].systemVersion floatValue] < 6.0){ [[UIApplication
Time of Update: 2018-12-03
一.準備資料1.icon表徵圖:iphone:114*114:icon@2x.png 和57*57:icon.pngipad:72*72:icon.png2.啟動表徵圖iphone: Default.png , Default@2x.pngipad:Default-Portrait.png iPad專用豎向啟動畫面 768x1024或者768x1004Default-Landscape.png iPad專用橫向啟動畫面
Time of Update: 2018-12-03
相信很多人多下面這段代碼都非常的熟悉。在使用TableView的時候,下面一段代碼是必須的,也是最標準的,也是最核心的:- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *CMainCell = @"CMainCell"; UITableViewCell *cell
Time of Update: 2018-12-03
在編寫xcode的項目的時候出現過代碼不高亮的癥狀,而且所有的warning都不再提示,include的內容也顯示symbol not
Time of Update: 2018-12-03
iOS開發人員的申請流程如果你是一個Team Dev,在你打算掏腰包購買iOS開發人員授權之前,最好先問一下你的同事,是否已經有人獲得了開發許可,因為一個開發許可一年內最多可以授權給111個裝置來開發測試。如果你沒有授權許可可以借用,或者你打算最終在iTunes Store中以自己的名義發布你的應用,那麼就準備一張國際信用卡,準備支付99美元來申請一個iOS開發人員授權。點擊下面連結進入Apple Developer Center(蘋果開發人員聯盟
Time of Update: 2018-12-03
上一篇我介紹了如何申請成為合法的iOS開發人員,這篇文章會詳細介紹如何使用授權檔案(.mobileprovision)和簽署憑證檔案(.cer)在繳費成功後會收到一份來自Apple Developer Suport的確認郵件,如.在郵件裡有一個Login按鈕,點擊後可以進入Apple Developer測試人員中樞。點擊圖中的iOS Provisioning
Time of Update: 2018-12-03
在這篇文章裡我會簡單介紹下如何來上傳IPA到iTunes Connect。登陸iTunes Connect,進入Manage Your Applications頁面後,點擊你建立的應用表徵圖,進入應用的首頁。,在應用的首頁中可以看到應用的基本資料。通過右上方的按鈕可以來管理付費方面的設定。在左下方表徵圖旁邊是應用的目前狀態。上傳應用之前必須確定應用的狀態為Waiting for upload。點擊表徵圖下方的View Details進入應用的詳細資料頁面。在頁面上方中部有一個Binary
Time of Update: 2018-12-03
開發幾個常用的開源類庫及:引用1.json json編碼解碼2.GTMBase64 base64編碼解碼3.TouchXML xml解析4.SFHFKeychainUtils 安全儲存使用者密碼到keychain中5.MBProgressHUD 很棒的一個載入等待特效架構6.ASIHTTPRequest http等相關協議封裝7.EGORefreshTableHeaderView 下拉重新整理代碼8.AsyncImageView 非同步載入圖片並緩衝代碼9.類似setting的豎立也分欄程式
Time of Update: 2018-12-03
關於命名不再操心了,直接在xcode4.3中支援可視化的操作。拖進去,自動命名的,不用我們在考慮什麼名稱了,iCon一樣。應用程式圖示Icon.png(57x57) - Homescreen icon on iPhone/iPod touchIcon@2x.png(114x114) - Homescreen icon on iPhone 4Icon-72(72x72) -Homescreen icon on iPadIcon-Small.png(29x29) - Icon in
Time of Update: 2018-12-03
iOS中使用RegexKitLite來試用Regex收藏 準備工作,下載RegexKitLite軟體包,解壓後有2個檔案,需要載入到project中。然後還要載入framework
Time of Update: 2018-12-03
int intSort(id string2, id string1, void *locale){ static NSStringCompareOptions comparisonOptions = NSCaseInsensitiveSearch | NSNumericSearch | NSWidthInsensitiveSearch | NSForcedOrderingSearch; NSRange string1Range = NSMakeRange(0,
Time of Update: 2018-12-03
MoviGuard IOS版準備發布, 採用MPEG4視頻編碼, RTSP傳輸協議, 支援即時觀看, 抓拍, 參數設定等功能。 PC端伺服器以及其他平台手機用戶端請訪問http://www.movisoftware.com下載仍然利用LIVE555+FFMPEG來實現RTSP流下載以及視頻解碼, 目前採用UIImage貼圖的方式, 後期計劃用OpenGL替換。 而且要加入amrnb軟解碼功能。 坐等上架app store, 先~~~~
Time of Update: 2018-12-03
Many iOS apps use tab bars and usually we want to create our own icons. However, creating icons for the tab bar is not as simple as drawing a pretty icon in Photoshop and saving it as PNG due to the way iOS renders tab bar icons.Read this brief
Time of Update: 2018-12-03
轉貼自:http://hi.baidu.com/xyzs996/blog/item/a59af053c49992000df3e35d.html對於真機調試,首先要在蘋果網站上註冊APP ID,以及購買iPhone Develop Program(iDP) 開發人員授權,99美元。然後要建立認證請求CSR,建立步驟如下:設定OCSP和CRL為關閉狀態。Mac OS 中,開啟應用程式,找到 鑰匙串訪問(Keychain Access)工具開啟主菜單 - 認證助理(Certificate
Time of Update: 2018-12-03
sdk(V1.1) 說明---------------------------------------------------------------------------------------1、本sdk針對ios平台開發的一套基於rtsp協議的播放器2、簡潔明了,使用方便3、有相應sdk使用開發說明4、提供demo5、可進行二次開發-------------------------------------------------------------------------------