var dateFormatter:NSDateFormatter = NSDateFormatter(); dateFormatter.dateFormat = "yyyy/MM…
.h IBOutlet GMSMapView *_mapView; 注: _mapView我这里使用了Storyboard,放地图放在View里面 就是以下三部分。 - (void…
处理图片颜色 - (UIImage*)grayscale:(UIImage*)anImage type:(int)type{ CGImageRef imageRef = anIma…
//简单写法 @property (nonatomic,copy) void(^JudgeCharacterSignature)(); /** * @param success 请…
+(NSString *)ChangeNumberFormat:(NSString *)num { if (num != nil) { return @""; } int coun…
@interface NSString (MyExtensions) - (NSString *) md5; @end @interface NSData (MyExtension…
代码如下: static constNSInteger Max_Character_Num =4; - (IBAction)onTextFieldEditingChanged:(i…
//获取周 func getWeekDay(year:Int,month:Int,day:Int) ->Int{ var dateFormatter:NSDateFormat…
当然如果你的项目大的话最好使用开源的网络库ASI或者AFNetWork,库里面都有现有的方法, 如果你觉得就是想自己写一个,看这里 - (NSMutableURLRequ…
//判断输入文本中字符串的长度 if ([self convertToInt:chooseRollTextField.text] > 20) { [self showToas…