
IP属地:上海
iOS程序运行流程 系统调用app的main函数 main函数调用UIApplicationMain. UIApplicationMain创建s...
类(class)和结构体(struct),不止在iOS开发中,在其他各种语言开发中都属于老生常谈的问题了,在看class和struct之前,我们...
import <MediaPlayer/MediaPlayer.h> import "YLPeerConnectionViewControlle...
appdelegate.h实现 appdelegate.m实现 vc.m实现 按钮实现 横屏 竖屏
ifdef DEBUG define YLNSLog(FORMAT, ...) fprintf(stderr,"%s:%zd\t%s\n", [...
ios webRTC 实现屏幕共享功能https://xie.infoq.cn/article/35f6be94dfc7ba96d9f9c41b...
(UIViewController *)topViewController {UIViewController *resultVC;result...
iOS 创建可移动的视图 .h .m
iOS文件创建