UZWidget Class Reference
Inherits from | NSObject |
---|---|
Declared in | UZWidget.h |
widgetId
widget的id
@property (nonatomic, readonly) NSString *widgetId
Discussion
widget的id
Declared In
UZWidget.h
folderPath
widget的根目录
@property (nonatomic, readonly) NSString *folderPath
Discussion
widget的根目录
Declared In
UZWidget.h
src
widget的起始页
@property (nonatomic, readonly) NSString *src
Discussion
widget的起始页
Declared In
UZWidget.h
– initWithConfigPath:
通过指定config.xml文件来创建一个widget对象
- (id)initWithConfigPath:(NSString *)path
Parameters
path |
config.xml文件的绝对路径 |
---|
Return Value
返回一个widget对象
Discussion
通过指定config.xml文件来创建一个widget对象
Declared In
UZWidget.h