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的最大作用就是把這 ...