2017年5月15日

iOS移动端(H5)弹出框(alert/confirm)提示信息去除网址(URL)

摘要: alert: <script type="text/javascript"> window.alert = function(name){ var iframe = document.createElement("IFRAME"); iframe.style.display="none"; ifra 阅读全文

posted @ 2017-05-15 13:35 Hibiscus_MO 阅读(1892) 评论(0) 推荐(0)

2017年5月8日

修改tabbar大小并隐藏tabbar的横线和导航的横线

摘要: // 修改tabbar大小 CGRect frame = self.tabBar.frame; frame.size.height = 55; frame.origin.y = self.view.frame.size.height - frame.size.height; self.tabBar. 阅读全文

posted @ 2017-05-08 15:31 Hibiscus_MO 阅读(346) 评论(0) 推荐(0)

2016年11月13日

UI-图片轮播器

摘要: 效果图 LoopView.h LoopView.m LoopViewFlowLayout.m LoopViewCell.h LoopViewCell.m ViewController.m 阅读全文

posted @ 2016-11-13 23:02 Hibiscus_MO 阅读(437) 评论(0) 推荐(0)

2016年11月11日

iOS APP 迭代提交流程

摘要: 1.登陆苹果开发者网站 2. 3. 4. 5. 6. 阅读全文

posted @ 2016-11-11 15:05 Hibiscus_MO 阅读(853) 评论(0) 推荐(0)

2016年11月9日

Mac鼠标跟踪速度慢的问题(小技巧)

摘要: 可以用终端命令来调整: 步骤: 1,打开终端 2,输入命令查看:defaults read -g com.apple.mouse.scaling (可以看到鼠标当前的速度) 3,输入命令修改:defaults write -g com.apple.mouse.scaling 7 (修改鼠标速度为 7 阅读全文

posted @ 2016-11-09 10:22 Hibiscus_MO 阅读(15362) 评论(0) 推荐(0)

2016年11月8日

iOS APP 上架流程(最新快捷版)

摘要: 本地设置步骤 : 1.首先确定 Bundle Identifier : 2.登录开发者账号 : 3.设置推送通知选项 : 注:到这里原先的注册 AppIDs 的步骤已经完成。 在 AppStore 开辟空间 : 4.打开苹果开发者中心:https://developer.apple.com 打开后界 阅读全文

posted @ 2016-11-08 11:45 Hibiscus_MO 阅读(1017) 评论(0) 推荐(0)

导航