- (void)UI{ //UITextView(使用须遵守UITextViewDelegate协议) UITextView *textView = [UITextView new…
NSInteger i = arc4random()%(0x9fa5-0x4e00 + 1) + 0x4e00; NSString * unicodeStr = [NSString…
//“jsString”注入的js代码 [_webView stringByEvaluatingJavaScriptFromString:jsString]; //“imageCl…
//这个月的最后一天 func getLastDay(var year:Int,var month:Int) -> Int?{ var dateFormatter:NSDat…
/** * 初始化定位 */ - (void)paepareLocation { self.locationManager = [[CLLocationManager alloc]…
// // ViewController.swift // easySwift // // Created by zhuchao on 14-7-15. // Copyright …
// // UIImageView+LBBlurredImage.h // LBBlurredImage // // Created by Luca Bernardi on 11/…
MJExtension续作,一键ORM第二季 https://github.com/nsdictionary/CoreArchive
id<IEMMessageBody> messageBody = [bodies firstObject]; chatContentModel.messageBody …
打开终端输入如下指令 便可 看到隐藏文件 用于svn 替换图片时使用 defaults write com.apple.finder AppleShowAllFiles -bool…
#define offsety scrollView.contentOffset.y #define endoffsety 153.0f -(void)scrollViewDidS…
- (IBAction)showAction:(id)sender { //本地图片展示 [self localImageShow]; //展示网络图片 // [self netw…
基于Swift与EasyIOS的UICollectionView演示代码