摘要:
1、创建一个定时器 ,以下是便利构造器方法,+ scheduledTimerWithTimeInterval:invocation:repeats:+ scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:+ timerWit... 阅读全文
摘要:
1、首先,@selector 里面的方法不能传参数。。不要相信网上的。。都是复制粘贴的。2、分三步走:1.设置tag。2.设置btn的调用方法。3.使用参数2、看示例代码把。。UIButton * markButton=[[UIButton alloc] initWithFrame:CGRectMa... 阅读全文
摘要:
1.addtarget 的。部分使用事件没有直接的操作方式,需要进行调用。就要用addTarget。- (void)setupCustomView { self.customView = [[CHView alloc] init]; self.customView.translatesAuto... 阅读全文
摘要:
在iOS中,进行绘图操作时,一般主要是在UIView:drawRect中调用UIGraphicsBeginImageContextWithOptions等一系列函数,有时候直接画图就行,比如UIImage的drawRect等,有时候需要进行稍微复杂的操作,比如颜色混合,mask等,需要对CGCont... 阅读全文
该文被密码保护。 阅读全文
摘要:
https://ruby-china.org/wiki/install_ruby_guide 阅读全文
摘要:
ios中使用BASE64进行加密和解密的方法也很简单,可以直接用google-toolbox-for-mac的GTMBase64.h来实现google-toolbox-for-mac的对应地址如下:http://code.google.com/p/google-toolbox-for-mac/当中可... 阅读全文
摘要:
目标应用程序:打开info.plist,添加一项URL types展开URL types,再展开Item1,将Item1下的URL identifier修改为URL Scheme展开URL Scheme,将Item1的内容修改为myapp其他程序可通过myapp://访问此自定义URL要跳转至mya... 阅读全文