iOS上创建桌面快捷方式应用场景: 在iOS设备桌面创建app内某一个模块或页面的快捷方式,通过该快捷方式可以直接进入相应模块或页面。目前app内有该功能的有高德一键导 航,360…
/** * 更新联系人的头像属性. * * @param aPerson 要更新其头像的联系人.联系人对象又有一个UIImage类型的avatarImage头像属性和一个NSStr…
- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the vi…
//邮箱 + (BOOL) validateEmail:(NSString *)email { NSString *emailRegex = @"[A-Z0-9a-z._…
// .h文件 @class DataModel; @interface Algorithm : NSObject @property (nonatomic,assign) int…
//按钮的颜色 [self.navigationBar setTintColor:[UIColor whiteColor]]; //标题颜色 [self.navigationBar…
+(void)setRichNumberWithLabel:(UILabel*)label Color:(UIColor *) color FontSize:(CGFloat)si…
NSDateFormatter* dateFormat = [[NSDateFormatter alloc] init]; [dateFormat setDateFormat:@"…
Bugtags iOS测试工具
#pragma mark -发送短信 @interface ViewController () { UIAlertView *mfAlertview;//定义一个弹出框 } -(v…