码迷,mamicode.com
首页 >  
搜索关键字:icon    ( 3603个结果
InstallShield: cannot extract icon with index 0错误解决方案
在VS2012打包过程中,遇到这个错误,困扰我好几天,后来通过谷歌找到解决方案,如下:Expand the deploy solution (+) on the right panel (Solution Explorer)Expand the menu "Configure the target ...
分类:其他好文   时间:2015-04-20 16:27:47    阅读次数:119
设备接到APNS发来的通知处理方式
我们在做远程通知时,从服务端发来的通知,我们的设备状态可以分为几种状态,如下: 1. 应用还没有加载,即应用既不在前台,也不在后台运行 这时如果点击通知的显示按钮,或者是图标icon,会调用didFinishLaunchingWithOptions,不会调用didReceiveRemoteNotification方法。 如果点击通知的关闭按钮,再点击应用,只会调用didFinis...
分类:其他好文   时间:2015-04-20 13:15:47    阅读次数:142
IOS中将字典转成模型对象
作为IOS开发初级者今天学习了 如何将plist数据字典转成 数据对象数组中 。有点像C#中解析xml数据 的过程。apps.plist的xml数据是这样的 name 天天酷跑 icon icon_00 ...
分类:移动开发   时间:2015-04-18 23:22:43    阅读次数:696
页面处理
页面添加收藏LOGO/favicon.ico" type="image/x-icon" /> /favicon.ico" type="image/x-icon" /> 中创资产管理信息平台//不忽略EL表达式规范下载关闭本窗口','')" onMouseOver=" this.style.curso...
分类:其他好文   时间:2015-04-18 16:03:37    阅读次数:124
ios 图标的配置
开始接触IOS,由android 到ios,慢慢适应新东西 1.将准备好的icon 放到项目工程中 2.找到工程的supporting files文件夹,再找到XXXX-info.plist文件,打开此文件,找到icon files (若没有,自己新建),找到item0赋值icon图标的名称,运行后app就是设定的icon。 3.在此文件,还有其他的选项,可以慢慢摸索...
分类:移动开发   时间:2015-04-17 22:18:57    阅读次数:142
iOS 自定义导航栏的返回按钮
UIBarButtonItem * item  =    [UIBarButtonItem appearance];     UIImage* image = [UIImage imageNamed:@"back_icon"];          [item setBackButtonBackgroundImage:[image resizableImageWithCapInsets:UIE...
分类:移动开发   时间:2015-04-17 15:47:31    阅读次数:136
分享:Unity3D模型跟随鼠标移动功能的小脚本 (屏幕坐标和三维空间坐标转换)
using UnityEngine;using System.Collections;public class ModelsPosChange : MonoBehaviour { RaycastHit hit; private Transform Icon; bool isMove...
分类:移动开发   时间:2015-04-17 15:27:12    阅读次数:205
An application icon
The application icon is a small image which is usually displayed in the top left corner of the titlebar. In the following example we will show how we ...
分类:移动开发   时间:2015-04-17 13:38:27    阅读次数:157
App各种Icon及Launch image的尺寸和用途
IOS7,8 Asset iPhone 6 Plus (@3x) iPhone 6 and iPhone 5 (@2x) iPhone 4s (@2x) iPad and iPad mini (@2x) iPad 2 and iPad mini (@1x) App icon 180 x 180 120 x 120 120 x 120 152 x 152 76 x 76 App icon fo...
分类:移动开发   时间:2015-04-17 09:45:16    阅读次数:128
Android图片开发内幕--基础篇
前言:本来我是做电视应用的,但是因为公司要出手机,人员紧张,所以就抽调我去支援一下,谁叫俺是雷锋呢!我做的一个功能就是处理手机中的应用ICON,处理无非就是美化一下,重新与底板进行合成和裁剪,用到了很多Bitmap的知识。本来之前一直想写一些关于Bitmap的博客,正好这是个机会,因此Bitmap那...
分类:移动开发   时间:2015-04-14 22:55:24    阅读次数:207
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!