会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
给你科普技术
首页
联系
管理
随笔分类 -
IOS
UIview层次管理
摘要:将一个UIView显示在最前面只需要调用其父视图的bringSubviewToFront()方法。将一个UIView层推送到背后只需要调用其父视图的sendSubviewToBack()方法。
阅读全文
posted @
2014-11-27 10:03
stonehat
阅读(372)
评论(0)
推荐(0)
IOS设置图片背景
摘要:在UIViewController里面这样设置:self.view.backgroundColor = [UIColor colorWithPatternImage: [UIImage imageNamed:@"1.jpg"] ];
阅读全文
posted @
2014-11-26 14:21
stonehat
阅读(234)
评论(0)
推荐(0)