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