zoukankan      html  css  js  c++  java
  • 学习YYKit源码

        dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.6 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{

            [textView becomeFirstResponder];

        });

     

    Do not add subviews directly to the visual effect view itself, instead add them to the -contentView.

     

    modelWithJSON

    第一步:将Json转成字典;

    第二部:将字典转成model

     

     

        /*

         Apple said:

         The top level object is an NSArray or NSDictionary.

         All objects are instances of NSString, NSNumber, NSArray, NSDictionary, or NSNull.

         All dictionary keys are instances of NSString.

         Numbers are not NaN or infinity.

         */

  • 相关阅读:
    IOS使用正则表达式去掉html中的标签元素,获得纯文本
    iOS 拨打电话的三种方式总结
    iOS中Block的基础用法
    如何避免在Block里用self造成循环引用
    对MAC自带的SVN进行升级
    IOS开发之记录用户登陆状态
    Xcode7 添加PCH文件
    mysql upgrade
    Ubuntu下更改用户名和主机名
    mysql 查询的时候没有区分大小写的解决方案
  • 原文地址:https://www.cnblogs.com/dengchaojie/p/8486869.html
Copyright © 2011-2022 走看看