自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 iOS UILabel闪烁字体实现

//根据@吖了个峥 写  UILabel *label = [[UILabel alloc]initWithFrame:CGRectMake(30, 15, 120,20)];     label.text = @"测试";     [label sizeToFit];     [self.view addSubview:label];   

2017-11-16 13:45:20 2070

原创 xcode 安装插件 闪退

打开终端输入: cd ~/Library/Developer/Xcode/Plug-ins rm -rf *

2017-11-07 14:49:08 389

翻译 ios 数组排空 防止出现NSNull数组溢出报错bug

#import typedef enum : NSUInteger {     Dictionary,     Array,     String, } objectType; @interface NoEmptyTools : NSObject +(id)noEmptyWithObject:(id)object; @end

2017-11-01 11:40:43 805

原创 ios CLLocation定位坐标转换成ArcGIS坐标点

#import "KeyMapLocationClass.h" @implementation KeyMapLocationClass -(id)init {     if(self = [super init])     {         self.locationManager = [[CLLocationManager

2017-11-01 11:35:19 815

原创 ios ArcGIS双屏联动,双屏显示功能

/** VectorMap和ImageMap是通过AGSMapView实例出来的对象 **/      self.VectorMap = [[AGSMapView alloc]initWithFrame:CGRectMake(0, 0, viewWidth/2, viewHeight)];   self.VectorMap.tag = 0;   self.Vec

2017-11-01 11:31:07 767

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除