原创 UI_2

#import "AppDelegate.h" #import "LTView.h" #define kLabel_x 40 #define kLabel_Width 100 #define kHeight 30 @interfa

原创 UI_視圖導航器

#import "AppDelegate.h" #import "OneViewController.h" #import "DetailViewController.h" @interface AppDelegate () @e

原创 UI_1

//應用程序加載完畢,在此方法中配置用戶窗口,和必要的啓動界面 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDict

原创 UI_視圖界面

#import "AppDelegate.h" //宏定義 #define RGBA(r,g,b,a) [UIColor colorWithRed:(r)/255.0 green:(g)/255.0 blue:(b)/255.0 a

原创 UI_Block傳值

#import "AppDelegate.h" #import "RootViewController.h" @interface AppDelegate () @end @implementation AppDelegate

原创 UI_完整通訊錄

#import "AppDelegate.h" #import "UserListTableViewController.h" #import "DetailViewController.h" @interface AppDelegate

原创 UI_手勢

#import "AppDelegate.h" #import "ViewController.h" #import "SecondViewController.h" @interface AppDelegate () @end

原创 UI_滑竿,分段控制器

#import "AppDelegate.h" #import "ViewController.h" #import "secondViewController.h" @interface AppDelegate () @end

原创 UI_動態圖片

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {     self

原创 UI_封裝

#import "AppDelegate.h" #import "RootViewController.h" @interface AppDelegate () @end @implementation AppDelegate

原创 UI_表視圖編輯(刪除,移動,插入)

#import "AppDelegate.h" #import "RootViewController.h" #import "TableViewController.h" #import "TwoTableViewController.

原创 UI_滾動視圖

#import "AppDelegate.h" #import "RootViewController.h" #import "TwoViewController.h" #import "ThreeViewController.h" #i

原创 UI_tableView

#import "AppDelegate.h" #import "RootViewController.h" #import "TwoViewController.h" @interface AppDelegate () @end

原创 UI_自定義標籤控制器

#import "AppDelegate.h" #import "RootTabBarController.h" @interface AppDelegate () @end @implementation AppDele

原创 UI_協議傳值

#import "CellView.h" #define KScrollWidth [UIScreen mainScreen].bounds.size.width #define kScrollHeight [UIScreen mai