Yayozen

导航

2014年10月22日 #

IOS调用系统声音(键盘声音)

摘要: #import AudioServicesPlaySystemSound(1106); 注:括号中为系统声音的id,详见 http://iphonedevwiki.net/index.php/AudioServices 阅读全文

posted @ 2014-10-22 15:39 yayozen 阅读(730) 评论(0) 推荐(0) 编辑

IOS UITableView移除底部空白行

摘要: tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero]; 阅读全文

posted @ 2014-10-22 15:37 yayozen 阅读(805) 评论(0) 推荐(0) 编辑