//文字在靠在最左邊 (右邊為Right) button.contentHorizontalAlignment =UIControlContentHorizontalAlig...
//文字在靠在最左邊 (右邊為Right) button.contentHorizontalAlignment =UIControlContentHorizontalAlig...
NSString *testStr = @"abcedf"; NSLog(@"%@",[testStr uppercaseString]);//全部大寫 NSLog...
第一種方案: AppDelegate * appDelegate = (AppDelegate *)[UIApplication sharedApplication].d...
第一種方法 (比較簡單,一行搞定) [self.view.subviews makeObjectsPerformSelector:@selector(removeFromSu...
將string字符串轉換為array數組 NSArray *array = [str componentsSeparatedByString:@","];--分隔符 將arr...
UILabel *label1 = [[UILabel alloc] initWithFrame:CGRectMake(100, 100, 200, 30)]; labe...