1,UIButton里面的字体和图片左对齐

button.imageEdgeInsets = UIEdgeInsetsMake(0,180/2,0.0,320/2)

let btnRect = button.titleRectForContentRect(button.bounds)

let width = button.frame.size.width - 180/2 - image!.size.width*4

button.titleEdgeInsets = UIEdgeInsetsMake(0, 10, 0, width - 10 - btnRect.size.width);

2, 将两个Label 转换成一个:

原:

viewY = viewY + 100/2

viewHeight = 60/2

var friendInviteLabel = UILabel()

friendInviteLabel.frame = CGRectMake(viewX,viewY, viewWidth,viewHeight)

friendInviteLabel.backgroundColor = UIColor.clearColor()

friendInviteLabel.textAlignment = NSTextAlignment.Center

friendInviteLabel.font =  UIFont.systemFontOfSize(38/2)

friendInviteLabel.textColor = DefaultTabBarColor

friendInviteLabel.text = Str_label_invite_friends

self.addSubview(friendInviteLabel)

viewY = viewY + viewHeight

viewHeight = 48/2

var  friendInviteBonusLabel  = UILabel()

friendInviteBonusLabel.frame=CGRectMake(viewX,viewY, viewWidth,viewHeight)

friendInviteBonusLabel.backgroundColor = UIColor.clearColor()

friendInviteBonusLabel.textAlignment = NSTextAlignment.Center

friendInviteBonusLabel.font = UIFont.systemFontOfSize(26/2)

friendInviteBonusLabel.textColor = COLORWITHRGB(11,179,125)

friendInviteBonusLabel.text = Str_label_invite_bonus

self.addSubview(friendInviteBonusLabel)

之后  :

viewY = viewY + 60/2

viewHeight = 60/2 + 48/2

var friendInviteLabel = UILabel()

friendInviteLabel.frame = CGRectMake(viewX,viewY, viewWidth,viewHeight)

var strlength = Str_label_invite_friends.length

var bounsStrLength = Str_label_invite_bonus.length

// let str =  Str_label_invite_friends + "\n"  + Str_label_invite_bonus

var inviteStr:NSMutableAttributedString = NSMutableAttributedString(string:Str_label_invite_friends, attributes:[NSForegroundColorAttributeName:DefaultTabBarColor,NSFontAttributeName:UIFont.systemFontOfSize(38/2)])

inviteStr.addAttribute(NSForegroundColorAttributeName, value: UIColor(red: 11.0/255, green: 179.0/255, blue: 125.0/255, alpha: 1.0) , range: NSMakeRange( strlength - bounsStrLength  , bounsStrLength))

inviteStr.addAttribute(NSFontAttributeName, value: UIFont.systemFontOfSize(28/2), range:  NSMakeRange(strlength - bounsStrLength ,bounsStrLength))

friendInviteLabel.attributedText = inviteStr

friendInviteLabel.backgroundColor = UIColor.clearColor()

friendInviteLabel.textAlignment = NSTextAlignment.Center

friendInviteLabel.numberOfLines = 0

self.addSubview(friendInviteLabel)

3, navigationBar 添加背景

var imageView:UIImageView = UIImageView(frame:CGRect(x:0 ,y: -20,width: xWidth,height: CustomNavbarHeight-20))

imageView.image = UIImage(named: "action bar_bg.png")

self.navigationController!.navigationBar.addSubview(imageView)

swift + jj实践的更多相关文章

  1. 17条 Swift 最佳实践规范

    本文由CocoaChina译者小袋子(博客)翻译自schwa的github主页原文作者:schwa 这是一篇 Swift 软件开发的最佳实践教程. 前言 这篇文章是我根据在 SwiftGraphics ...

  2. 【同行说技术】swift最全学习资料汇集(一)

    Swift,苹果于2014年WWDC(苹果开发者大会)发布的新开发语言,可与Objective-C*共同运行于Mac OS和iOS平台,用于搭建基于苹果平台的应用程序.2015年12月4日,苹果公司宣 ...

  3. FIR.im Weekly - 这是多产的一周

    前方干货颇多,请备好小板凳,泡好茶,慢慢看. 上周四到周六(23号-25号),由 infoQ 主办的 QCon 在北京召开,各技术大牛围绕敏捷开发.技术架构.开发实践等话题进行了技术分享与探讨. QC ...

  4. 参加2012 Openstack亚太技术大会

    参加2012 OpenStack亚太技术大会 OpenStack是一个由Rackspace发起.全球开发者共同参与的开源项目,旨在打造易于部署.功能丰富且易于扩展的云计算平台.OpenStack企图成 ...

  5. Swift 编程语言自己实践 -自己在Xcode6 动手写20140603

    Swift 是什么,大家都回去百度或者Google,有的甚至认为是Taylor Swift(她是我的偶像),但是如果今天在百度百科里搜索绝对没有说是Apple最新推出的编程语言,因为是在2014年6月 ...

  6. swift 实践- 08 -- UISegmentedControl

    import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoa ...

  7. Swift 实践之UIWebView

    1.选中工程,点击右键,New File>在iOS下选中Othe>Empty,生成一个.js的脚本文件,将代码粘贴过去保存; var script = document.createEle ...

  8. Swift ios应用开发实践

  9. swift 实践- 14 -- UIScrollView

    import UIKit class ViewController: UIViewController ,UIScrollViewDelegate{ override func viewDidLoad ...

随机推荐

  1. shp图层创建

    IField,IFieldEdit,IFields,IFieldsEdit,IGeometryDef,IGeometryDefEdit接口  (2013-05-06 20:40:27) 转载▼ 标签: ...

  2. 解决vim无法返回上次的位置

    就是在vim的配置文件 ~/.vimrc 中添加一行这个: au BufReadPost * |if line("'\"") <= line("$&quo ...

  3. 视频处理控件TVideoGrabber如何重新编码视频

    TVideoGrabber中可以对音频.视频剪辑进行重新编码剪辑,多的朋友知道这个功能更点,但是具体操作上还是不是很熟悉,这里总结一下,主要步骤如下: 1.通过指定开始和停止的时间,可以简单的剪辑视频 ...

  4. sql基础查询

    2.1 指定使用中的资料库 一个资料库伺服器可以建立许多需要的资料库,所以在你执行任何资料库的操作前,通常要先指定使用的资料库.下列是指定资料库的指令: 如果你使用「MySQL Workbench」这 ...

  5. laravel的安装

    安装composer http://docs.phpcomposer.com/download/ curl -sS https://getcomposer.org/installer | php mv ...

  6. Linux系统中“动态库”和“静态库”那点事儿【转】

    转自:http://blog.chinaunix.net/uid-23069658-id-3142046.html 今天我们主要来说说Linux系统下基于动态库(.so)和静态(.a)的程序那些猫腻. ...

  7. flex 右键连接

    var menuItem:ContextMenuItem = new ContextMenuItem("技术支持:中科天宇软件有限公司", true, true); menuIte ...

  8. Docker 端口映射问题解决

    在操作Docker容器时发现了其一个端口映射的BUG,具体表现为:开启容器时做了端口映射80:8080,即宿主机的80端口映射到容器内部的8080Jboss端口.一开始测试也没有什么问题,都可以联通, ...

  9. PHP gmdate() 函数

    定义和用法 gmdate() 函数格式化 GMT/UTC 日期/时间. 同 date() 函数 类似,不同的是返回的时间是格林威治标准时(GMT). 语法 gmdate(format,timestam ...

  10. recycleview + checkbox 实现单选

    使用map集合记录checkbox的选中状态 private HashMap<Integer,Boolean> positionMap; positionMap = new HashMap ...