[记录]Mac下的WordPress离线发布工具
crifan 10年前 (2015-12-25) 2973浏览 0评论
[背景] 之前windows下离线发布工具,用WLW=Windows Live Writer,很不错。 现在mac系统下,也要去找找,是否有好用的mac下的离线发布工具。 [折腾过程] 1.其实之前已经尝试了一些了,比如基于浏览器的一个插件工具, 2...
在路上on the way - 走别人没走过的路,让别人有路可走
crifan 10年前 (2015-12-25) 2973浏览 0评论
[背景] 之前windows下离线发布工具,用WLW=Windows Live Writer,很不错。 现在mac系统下,也要去找找,是否有好用的mac下的离线发布工具。 [折腾过程] 1.其实之前已经尝试了一些了,比如基于浏览器的一个插件工具, 2...
crifan 10年前 (2015-12-24) 3900浏览 0评论
想要关闭当前页面视图,返回父一级的视图: 试了很多个: self.dismissViewControllerAnimated 和: self.navigationController?.popViewControllerAnimated ...
crifan 10年前 (2015-12-24) 2183浏览 0评论
去试了试: // self.addContactButton.setTitle("添加手机联系人", forState: UIControlState.Normal) // self.addCon...
crifan 10年前 (2015-12-23) 3131浏览 0评论
想要实现这种效果: 即: 给输入框的坐标添加图片 搜: swift UITextField icon Swift add image or icon in UITextField – Stack Overflow ios –...
crifan 10年前 (2015-12-22) 5125浏览 0评论
在Mac中,尝试使用虚拟机软件Parallels Desktop,去安装windows虚拟机 拖动了: Ghost_Win10x64_2015.iso 结果: 解压的到: Win10.GHO 结果也不识别。。。 [未解决]Parallel...
crifan 10年前 (2015-12-22) 1873浏览 0评论
试了几种,都不可以: for sectionIdx in [0…self.fileSectionList.count] { let curFileSectionItem:Fil...
crifan 10年前 (2015-12-22) 2407浏览 0评论
代码: let actionsAlertController = UIAlertController(title: nil, message: nil, preferredStyle: UIAler...
crifan 10年前 (2015-12-22) 2724浏览 0评论
需要实现类似于这种: swift popup action list xcode – Swift alert view (iOS8) with OK and cancel button, which button tapped R...
crifan 10年前 (2015-12-21) 2093浏览 0评论
折腾: [已解决]swift中计算当前长按的坐标是属于自定义的UITableViewCell中哪个子视图的 中,frame不正常,width和height都是0 所以,打算好好去研究自动布局,以便解决布局问题 使得width和height是正常的 并...
crifan 10年前 (2015-12-21) 2340浏览 0评论
折腾: [已解决]swift中自定义的UITableViewCell中无法获取长按UILongPressGestureRecognizer 现在问题转化为: 一直point坐标,判断属于哪个view内 swift check point within...