随笔分类 -  iOS UI

UI and View
摘要://设置导航栏背景颜色[self.navigationBar setBackgroundImage:图片 forBarMetrics:0];[self.navigationBar setShadowImage:图片];//关闭导航栏半透明 if (IOS7){ self.interacti... 阅读全文
posted @ 2015-11-12 11:52 ly1992 阅读(217) 评论(0) 推荐(0)
摘要:botton.imageEdgeInsets = UIEdgeInsetsMake(- (botton.frame.size.height - botton.imageView.frame.size.height)/2, 0, (botton.frame.size.height - bott... 阅读全文
posted @ 2015-11-09 17:36 ly1992 阅读(583) 评论(0) 推荐(0)