随笔分类 -  UI基础

IOS UI
摘要:https://blog.csdn.net/weixin_46837673/article/details/105411032?utm_medium=distribute.pc_aggpage_search_result.none-task-blog-2~aggregatepage~first_ra 阅读全文
posted @ 2021-12-22 17:31 逆欢 阅读(14) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/wwc455634698/article/details/53005676/ 阅读全文
posted @ 2021-01-31 23:07 逆欢 阅读(93) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/8dac60bf640f 阅读全文
posted @ 2020-11-17 21:59 逆欢 阅读(76) 评论(0) 推荐(0) 编辑
摘要:app.m #import "RootViewController.h" #import "AppDelegate.h" @interface AppDelegate () @end @implementation AppDelegate - (BOOL)application:(UIApplica 阅读全文
posted @ 2020-09-05 23:20 逆欢 阅读(640) 评论(0) 推荐(0) 编辑
摘要:appdelegate.m @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions 阅读全文
posted @ 2020-09-03 23:33 逆欢 阅读(156) 评论(0) 推荐(0) 编辑
摘要:root.h #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface RootViewController : UIViewController @end NS_ASSUME_NONNULL_END root.m #import "Roo 阅读全文
posted @ 2020-08-10 23:53 逆欢 阅读(341) 评论(0) 推荐(0) 编辑
摘要:app.m #import "AppDelegate.h" #import "RootViewController.h" @interface AppDelegate () @end @implementation AppDelegate - (BOOL)application:(UIApplica 阅读全文
posted @ 2020-08-09 22:55 逆欢 阅读(100) 评论(0) 推荐(0) 编辑
摘要:app.m #import "AppDelegate.h" #import "TmailViewController.h" #import "TaoBaoViewController.h" @interface AppDelegate () @end @implementation AppDeleg 阅读全文
posted @ 2020-08-09 21:51 逆欢 阅读(130) 评论(0) 推荐(0) 编辑
摘要:app.m #import "AppDelegate.h" #import "RootViewController.h" @interface AppDelegate () @end @implementation AppDelegate - (BOOL)application:(UIApplica 阅读全文
posted @ 2020-08-08 23:10 逆欢 阅读(129) 评论(0) 推荐(0) 编辑
摘要:rootview.h #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface RootViewController : UIViewController @end rootview.m #import "RootViewControlle 阅读全文
posted @ 2020-08-08 21:04 逆欢 阅读(148) 评论(0) 推荐(0) 编辑
摘要:app .m #import "AppDelegate.h" #import "RootViewController.h" @interface AppDelegate () @end @implementation AppDelegate - (BOOL)application:(UIApplic 阅读全文
posted @ 2020-08-04 00:13 逆欢 阅读(137) 评论(0) 推荐(0) 编辑
摘要:root.m #import "RootViewController.h" //1.签订协议 @interface RootViewController ()<UIScrollViewDelegate> { UIPageControl *PControl; UIScrollView* sv; } @ 阅读全文
posted @ 2020-08-03 23:08 逆欢 阅读(306) 评论(0) 推荐(0) 编辑
摘要:root m #import "RootViewController.h" @interface RootViewController () @end @implementation RootViewController - (void)viewDidLoad { [super viewDidLoa 阅读全文
posted @ 2020-07-29 23:15 逆欢 阅读(175) 评论(0) 推荐(0) 编辑
摘要:root m #import "RootViewController.h" @interface RootViewController () { UITextField* tf; } @end @implementation RootViewController - (void)viewDidLoa 阅读全文
posted @ 2020-07-29 22:21 逆欢 阅读(166) 评论(0) 推荐(0) 编辑
摘要:root。m #import "RootViewController.h" @interface RootViewController () @end @implementation RootViewController - (void)viewDidLoad { [super viewDidLoa 阅读全文
posted @ 2020-07-29 21:42 逆欢 阅读(222) 评论(0) 推荐(0) 编辑
摘要:root.m 6大手势· #import "RootViewController.h" @interface RootViewController () @end @implementation RootViewController - (void)viewDidLoad { [super view 阅读全文
posted @ 2020-07-28 22:37 逆欢 阅读(136) 评论(0) 推荐(0) 编辑
摘要:root.m #import "RootViewController.h" #import "BallView.h" @interface RootViewController () @end @implementation RootViewController - (void)viewDidLoa 阅读全文
posted @ 2020-07-26 01:37 逆欢 阅读(171) 评论(0) 推荐(0) 编辑
摘要:root.m #import "RootViewController.h" #import "MyView.h" @interface RootViewController () { UITextField *tf; } @end @implementation RootViewController 阅读全文
posted @ 2020-07-26 01:11 逆欢 阅读(145) 评论(0) 推荐(0) 编辑
摘要:RootViewControlle.m #import "RootViewController.h" #import "MyView.h" @interface RootViewController () @end @implementation RootViewController - (void 阅读全文
posted @ 2020-07-21 22:42 逆欢 阅读(131) 评论(0) 推荐(0) 编辑
摘要:RootViewController #import "RootViewController.h" #import "SecondViewController.h" @interface RootViewController () @end @implementation RootViewContr 阅读全文
posted @ 2020-07-20 22:25 逆欢 阅读(105) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示