摘要:
UI界面类项目: Panoramagl —— 720全景展示 Panorama viewer library for iPhone, iPad and iPod touch MBProgressHUD —— 进度指示 一种优雅的,半透明的进度显示效果。同时还提供了其他附加功能,比如显示完成信息并淡出 阅读全文
摘要:
1 - (void)viewDidLoad 2 { 3 [super viewDidLoad]; 4 [self setupUI]; 5 6 NSString *path = [[NSBundle mainBundle] pathForResource:@"关于.docx" ofType:nil]; 7 NSURL ... 阅读全文