• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

Angel----部落阁
Xcode10
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 2 3 4 5 6 7 ··· 11 下一页
2016年10月10日
改变导航条样式
摘要: 1.背景色: (http://stackoverflow.com/questions/2259929/iphone-navigationbar-custom-background)网上说用category给UINavigationBar重写drawRect: @implementation UINa 阅读全文
posted @ 2016-10-10 17:10 angelfeather 阅读(169) 评论(0) 推荐(0)
UIButton 按钮控件
摘要: UIButton是一个标准的UIControl控件,所以如果你对UIControl不甚了解还是先看一下我的另一篇博文:《UIControl IOS控件编程》 一、创建 两种方法: 1. 常规的 initWithFrame UIButton *btn1 = [[UIButton alloc]initW 阅读全文
posted @ 2016-10-10 17:10 angelfeather 阅读(143) 评论(0) 推荐(0)
UILabel的详细使用及特殊效果
摘要: 详细使用: UILabel *label = [[UILabelalloc] initWithFrame:CGRectMake(0, 0, 75, 40)]; //声明UIlbel并指定其位置和长宽 label.backgroundColor = [UIColorclearColor]; //设置l 阅读全文
posted @ 2016-10-10 17:09 angelfeather 阅读(231) 评论(0) 推荐(0)
UILable和UITextField的详细讲解
摘要: 一、UILabel (1)初始化UILabel UILabel *scoreLabel = [ [UILabel alloc ] initWithFrame:CGRectMake((self.bounds.size.width / 2), 0.0, 150.0, 43.0) ]; scoreLabe 阅读全文
posted @ 2016-10-10 17:08 angelfeather 阅读(106) 评论(0) 推荐(0)
IOS 地图位置定位
摘要: iPhone SDK提供了三个类来管理位置信息:CLLocation CLLocationManager 和 CLLHeading(不常用)。除了使用GPS来获取当前的位置信息外,iPhone也可以基于WiFi基站和无线发射塔来获得位置信息。GPS的精度 最高,可以精确到米级别,但是也最耗电。 CL 阅读全文
posted @ 2016-10-10 17:07 angelfeather 阅读(156) 评论(0) 推荐(0)
ios各种动画效果
摘要: 最普通动画: //开始动画 [UIView beginAnimations:nil context:nil]; //设定动画持续时间 [UIView setAnimationDuration:2]; //动画的内容 frame.origin.x += 150; [img setFrame:frame 阅读全文
posted @ 2016-10-10 17:06 angelfeather 阅读(86) 评论(0) 推荐(0)
UINavigationController
摘要: 1,创建并使用一个UINavigationControllerUINavigationController *aNav = [[UINavigationController alloc] init];然后添加一个视图进去,否则导航栏也没有意义的UIViewController *aView = [[ 阅读全文
posted @ 2016-10-10 17:05 angelfeather 阅读(96) 评论(0) 推荐(0)
2008年12月22日
笔记本通过蓝牙手机上网
摘要: 首先,确保你有一台用蓝牙功能的笔记本,操作系统最好是VISTA的。因为我的笔记本是VISTA系统。 你的手机卡是中国移动的,开通GPRS网上功能。 你的手机要具备内置调制解调器,最好是智能手机,也要具备蓝牙功能。 接下来,电脑要和手机通过蓝牙相连接。 打开手机蓝牙功能,并要设置成可被其他设备检测到。 打开笔记本电脑的蓝牙,打开蓝牙设备,在设备里,添加一个蓝牙设备。查找到手机后,设置相同的密钥,... 阅读全文
posted @ 2008-12-22 14:16 angelfeather 阅读(4008) 评论(0) 推荐(1)
2008年9月19日
区别不同浏览器,CSS hack写法
摘要: 区别不同浏览器,CSS hack写法:区别IE6与FF: background:orange;*background:blue;区别IE6与IE7: background:green!important;background:blue;区别IE7与FF: background:orange;*background:green;区别FF,IE7,IE6: background:orange;*bac... 阅读全文
posted @ 2008-09-19 15:50 angelfeather 阅读(1310) 评论(0) 推荐(0)
2008年7月9日
[推荐]13款js编辑器大全
摘要: 13款非常实用的编辑器--找了好久 终于找到拉!!    阅读全文
posted @ 2008-07-09 13:02 angelfeather 阅读(56381) 评论(33) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 11 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3