Launch XcodeSelect File->Open Recent->Clear MenuRight-click the Xcode icon and select Show All Windows. You should now see only your current document ...
分类:
其他好文 时间:
2014-10-17 18:20:25
阅读次数:
189
iOS到8了, 终于受不了它的各种尺寸的icon了. 写一个Finder服务来一键生成吧.拖放几次再重复, 无技术含量, 但很有用.
分类:
移动开发 时间:
2014-10-17 13:35:07
阅读次数:
193
给定的html代码是: 平常实现我们常是通过添加小的icon来实现,不仅需要添加图片资源,还需要改动html结构。 CSS伪元素 css中伪元素有四个,分别是:first-line,:first-letter,:before,:after。其中前两个分别选择...
分类:
Web程序 时间:
2014-10-17 03:04:53
阅读次数:
352
(1)在91助手等网站下载ipa格式的安装包。如果是安卓的应该是apk格式的。此处只说iOS的。比如下面这个,下载到电脑。
(2)然后,找到它,右击“归档”,相当于解压。
(3)最后,找到解压的这个文件,右击显示包内容,资源都在里面。...
分类:
移动开发 时间:
2014-10-16 19:51:02
阅读次数:
159
实现动画特效,除了[UIView beginAnimations:]这套组合外,推荐使用[UIView animateWithDuration: animations:^{ } completion:^(BOOL finished) { }];如果动画完成后没有需要执行的代码,那么最后面的completion可以去除。...
分类:
移动开发 时间:
2014-10-16 19:36:53
阅读次数:
305
Icon and Image SizesEvery app needs an app icon and a launch file or image. In addition, some apps need custom icons to represent app-specific content...
分类:
移动开发 时间:
2014-10-16 12:39:42
阅读次数:
298
Intellj
IDEA 安装配置
使用IntelliJ IDEA 13搭建Android集成开发环境(图文教程)
Android设计指南网站
图标
App Icon Template免费的PhotoShop模板,方便预览图标效果
http://appicontemplate.com/
Gemicon免费图标集
http://gemicon.net/
...
分类:
移动开发 时间:
2014-10-15 19:00:11
阅读次数:
180
找到对应的 res 资源, 修改其 styles.xml
0dp
4dp
4dp
@dimen/app_icon_padding_top
4dp
13sp
改为:
0dp
4dp
4dp
@d...
分类:
移动开发 时间:
2014-10-15 14:13:10
阅读次数:
197
SGV_sprite 使用方法 生成svg_sprite网站: https://icomoon.io/app 使用示例: icon-untitledicon-homeicon-untitled2icon-untitled3icon-untitled4i...
分类:
其他好文 时间:
2014-10-14 19:51:59
阅读次数:
148
之前的建议方法是把在xxx.info.plist文件里把icon already includes gloss and bevel effects 设置YES在Xcode5下,重复实现不成功,今天最终找到解决方式,假设使用xcassets设置方法,须要选择iOS icon is pre-render...
分类:
移动开发 时间:
2014-10-13 00:50:18
阅读次数:
332