Objective-C 的單元測試框架,因其簡單的接口而著名,基于 Objective-C 編寫,只支持 iOS 應用 示例代碼: describe(@"Team", ^{ context(@"when newly
iOS,安全加密。采用RSA簽名和AES隨機秘鑰加密,AES的隨機秘鑰采用RSA加密。密碼0123456789abcdef?加密字段1加密結果:2yPBJGtAg/AfuvT8idAmzw== NSMutableDictionary
iOS 9新特性的代碼示例:iOS-9-Sampler 如何構建 JUST BUILD with Xcode 7 . 目錄 地圖自定義 Flyover can be selected with
本項目是將百度的ECharts工具封裝成對應的iOS的控件,并且將其中javascript的屬性封裝成對應的對象。方便程序員在編寫程序的過 程中更加關注OC的代碼,避免在使用百度的ECharts工具的
iOS Stepper UI 是一個用于 iOS app 的可定制 stepper 控件。 項目主頁: http://www.baiduhome.net/lib/view/home/1437662258006
LBXScan iOS掃碼封裝:ZXing和ios系統自帶封裝 掃碼界面效果封裝 識別各種碼 二維碼、條形碼生成等 掃碼框周圍區域背景色可設置 掃碼框顏色可也設置 掃碼框4個角的顏色可設置 動畫效果:
iOS-RSA iOS中使用RSA加密 RSA算法是一種非對稱加密算法,常被用于加密數據傳輸.如果配合上數字摘要算法, 也可以用于文件簽名. 本文將討論如何在iOS中使用RSA傳輸加密數據. RSA基本原理
ANDLineChartView for iOS 是一個易于使用的基類視圖,用于顯示動畫的折線圖。 - (NSUInteger)numberOfElementsInChartView:(ANDLineChartView
于是使用了這個FLAnimatedImage,瞬間沒存回到原來的位置. FLAnimatedImage 是 iOS 的一個渲染 Gif 動畫的引擎。 1.可同時播放多個 Gif 2.動畫,速度媲美桌面瀏覽器 3.可變幀延遲
from NSLog by asl module. CrashEye — CrashEye is an ios crash monitor,automatic catch exception crash & signal
6 月份就已經發布了 iOS 11,而且新系統可能在不到兩個月的時間里就會正式推出了。可是有的用戶對于是否要升級到 iOS 11 新系統版本上還不是很確定,因為他們不知道 iOS 11 到底有什么值得升級的。那么今天我們就帶你來看看
+(NSString *)PostImagesToServer:(NSString *) strUrl dicPostParams:(NSMutableDictionary *)params dicImages:(NSMutableDictionary *) dicImages{ NSString * res; //分界線的標識符 NSString *TWITTERFON_FORM_BOUNDAR
1.常用功能使用 1)初始化 NSString?*astring?=?@"This?is?a?String!";?????????????????????????????//固定字符串 NSString?*str?=?[NSString?stringWithFormat:@"asd%d%@",123,@"ttt"];????//拼組字符串 2)截取 NSString?*str?=?[@"asd"?
導入AsynSocket庫,導入CFNetwork系統庫 1.新建single view工程 ViewController.h文件 #import <UIKit/UIKit.h> #import "AsyncSocket.h" @interface ViewController : UIViewController <AsyncSocketDelegate> { NSMutableArray *_
// // AppDelegate.m // // #import "AppDelegate.h" #import "Person.h" @interface AppDelegate () @end @implementation AppDelegate - (void)dealloc { [_window release]; [super dealloc]; } - (BOOL)applicat
// 調用 自帶mail [[UIApplicationsharedApplication] openURL:[NSURLURLWithString:@"mailto://admin@hzlzh.com"]]; // 調用 電話phone [[UIApplication sharedApplication] openURL:[NSURLURLWithString:@"tel://800880888
? iOS開發前期準備 iOS開發前期準備 版本:1.0 編制人:GGYD目錄 1. 目標 3 2. 內容 3 2.1. iOS開發基本情況介紹 3 2.2. iOS開發環境搭建 3 2.3. iOS軟件開發者證書
iOS代碼規范
com/DigitalDJ/AudioStreamer 21.TapKuLibrary 一個很強大的iOS UI庫 https://github.com/devinross/tapkulibrary
IOS常用代碼整理