240 发简信
IP属地:湖北
  • iOS 拨打电话三种方式总结

    1:这种方法,拨打完电话回不到原来的应用,会停留在通讯录里,而且是直接拨打,不弹出提示 NSMutableString* str=[[NSMut...

  • Resize,w 360,h 240
    类似去哪儿中的日历控件

    类似去哪儿中的日历控件,显示农历,农历节日,公历节日,公历日期 Github:https://github.com/zhangfan520/ZF...

  • 宏的使用

    //#define MinX(v) CGRectGetMinX((v).frame) // 获得控件屏幕的x坐标 //#define MinY(...

  • AppDelegate的代理周期

    //应用程序启动完毕 -(BOOL)application:(UIApplication *)application didFinishLaun...

  • Resize,w 360,h 240
    MacOSX快捷键

    Mac中主要有四个修饰键,分别是Command,Control,Option和Shift。这四个键分别有自己的图案,他们经常出现在Mac应用程序...

  • NSString小记

    拼接: NSArray*pathArray=[NSArrayarrayWithObjects:@"here", @"be",@"dragons"...

  • NSNotificationCenter键盘

    //监听键盘高度的变化 [[NSNotificationCenter defaultCenter] addObserver:self selec...

  • 捕获当前页面的手势传递给指定页面

    //捕获当前页面的手势传递给指定页面 - (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent...

  • 在键盘上附加工具栏

    -(UIView*)inputAccessoryView{ CGRectaccessFrame=CGRectMake(0,0,768,35); ...