创建工程
导入文件 然后 cmd+b
导入.a文件 文件头要暴露
使用
#import "KLViewController.h"
- (IBAction)push:(id)sender {
[self presentViewController:[KLViewController new] animated:YES completion:nil];
}
图片的导入方法参见ios打包framework
创建工程
导入文件 然后 cmd+b
导入.a文件 文件头要暴露
使用
#import "KLViewController.h"
- (IBAction)push:(id)sender {
[self presentViewController:[KLViewController new] animated:YES completion:nil];
}
图片的导入方法参见ios打包framework