Quantcast
Channel: 睿论坛 - 最新话题
Viewing all articles
Browse latest Browse all 5702

练习,创建了一个动态库Cocoa Touch Framework 如何添加一个button控件到运行界面呢?

$
0
0

@laomei wrote:

练习,创建了一个动态库Cocoa Touch Framework 如何添加一个button控件到运行界面呢?
DymicLib.h代码:

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface DymicLib : UIViewController
@end

我知道如果是一个普通Project,放到viewDidLoad中即可,但在动态库中,如何实现呢?
感谢各位老师!

Posts: 6

Participants: 4

Read full topic


Viewing all articles
Browse latest Browse all 5702

Trending Articles