[已解决]swift添加一个水平线
crifan 9年前 (2016-03-17) 2251浏览 0评论
已有: 想要添加一个水平线: swift draw horizontal line iphone – Creating a horizontal line – Stack Overflow ios – Swif...
crifan 9年前 (2016-03-17) 2251浏览 0评论
已有: 想要添加一个水平线: swift draw horizontal line iphone – Creating a horizontal line – Stack Overflow ios – Swif...
crifan 10年前 (2015-11-22) 2830浏览 0评论
已有代码: var decodedJsonDict:JSON? let fullNsurl: NSURL = NSURL(string: url)! print("fullNsurl=\(fullNsurl)...
crifan 10年前 (2015-11-18) 2728浏览 0评论
代码: var loginButton:UIButton = UIButton(type: UIButtonType.RoundedRect) loginButton.frame = CGRectMake( ...
crifan 10年前 (2015-11-17) 3506浏览 0评论
搜: swift add toolbar item 参考: UIToolbar Class Reference UIBarButtonItemStyle – UIBarButtonItem Class Reference ...
crifan 10年前 (2015-11-13) 3605浏览 0评论
需要在NavigationBar上面添加图片,文字,按钮等内容 搜: swift draw on navigationbar swift custom navigation bar 参考: iOS8 Navigation Bar自定义-Swift...
crifan 10年前 (2015-10-21) 3580浏览 0评论
[背景] 折腾: [已解决]Swift中创建页面显示网址链接的网页内容 期间,要把已经可以显示的web页面的这个web的view,添加到当前的subview中。 [折腾过程] 1.搜: swift web view into subviews 参考...
crifan 10年前 (2015-08-24) 3055浏览 0评论
【背景】 现在是没有svn的: 列表中右击文件或文件夹,没有svn功能: 希望加进去SVN管理功能。 点击右键,就可以SVN Commit或update了。 【折腾过程】 1.搜: sublime svn插件 ...
crifan 11年前 (2014-04-03) 4218浏览 0评论
【背景】 想要在Android中添加Menu菜单。 目前已经有了menu的xml定义了: /res/menu/activity_main.xml <menu xmlns:android="http://schemas.android....
crifan 12年前 (2013-09-01) 4587浏览 0评论
【背景】 折腾: 【记录】再次去回复crossgcc邮件列表中的关于cygwin下编译crosstool-ng失败的帖子 期间,需要去给Thunderbird中的邮件,添加两个自定义的头信息:In-Reply-To和References。 【解决过程...
crifan 12年前 (2013-04-13) 3325浏览 4评论
【问题】 希望将docbook生成的pdf中,每页都添加上对应的边框。 就像这样的: 【解决过程】 1.这里: Top and bottom margins 倒是介绍了,页面的结构组成。 2.参考: Borders 给chapter添加frame:...