1、调用 自带mail [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"mailto://admin@hzlzh. ...
1、调用 自带mail [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"mailto://admin@hzlzh. ...
1,首先 //定义宏,判断ios7 #define IOS7 [[[UIDevice currentDevice]systemVersion] floatValue] >= 7.0 / ...
使用空白view取代cell - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSInd ...
txtfield点击出现pickerview if (txtField.tag == 301) { [txtField resignFirstResponder]; ...
一 //调用 if(m_viewScenario.superview == nil){ m_viewScenario.alpha = 1.0; m_viewScenario. ...
// // SensorAddDeleteViewController.m // Abviewer_iPhone // // Created by Ken.zhao on 13-11-20 ...
Xcode更新到Xcode5,一运行报如下错误: Unsupported compiler 'com.apple.compilers.llvmgcc42' selected for archi ...
//公共函数 //.h + (UIView *) changeNavTitleByFontSize:(NSString *)strTitle; //.m + (UIView *) chang ...
StoryBoard是iOS 5的新特征,旨在代替历史悠久的NIB/XIB。 以往的XIB的使用方法是一个viewController对应一个nib文件。StoryBoard的最大作用就是把这 ...