摘要: 1、自定义Back按钮iOS中很多时候我们都会自定义返回按钮,也是一件easy的事,类似如下: // 返回按钮 1 - (void)showNavBackButton 2 { 3 UIButton *backButton = [UIButton buttonWithType:UIButton... 阅读全文
posted @ 2014-04-28 17:42 Angzn 阅读(1478) 评论(0) 推荐(0) 编辑