美文网首页
UIKit框架

UIKit框架

作者: Yison_a169 | 来源:发表于2020-03-31 17:01 被阅读0次

    整体详解:

    https://blog.csdn.net/u011774517/article/details/64125115


    UIBarItem(父类):

    UIBarItem.h

    UIBarItem常用属性

    ①  UIBarButtonItem (导航栏按钮)

    UIBarButtonItem 常用

    UIBarButtonItem设置边距

    ②  UITabBarItem

    UITabBarItem常用


    UIBezierPath

    (路径可以定义简单的形状,如矩形,椭圆形和圆弧)

    bezierPathWithRect 等初始化 形状,外部设置宽高,坐标,同时可以切割。

    UIBezierPath详解

    UIBezierPath 绘制


    UIColor

    UIColor 说明


    UIEvent

    UIEvent分为三类:UIEventTypeTouches触摸事件(通过触摸、手势进行触发,例如手指点击、缩放)、UIEventTypeMotion运动事件,通过加速器进行触发(例如手机晃动)、UIEventTypeRemoteControl远程控制事件通过其他远程设备触发(例如耳机控制按钮)

    UIEvent事件及UIResponder响应者

    UIEvent 解析


    UIFont

    UIFont属性


    UIGestureRecognizer

    UIGestureRecognizer 介绍


    UIImage

    IOS UIImage类方法总结


    UILocalNotification

    (本地通知,不需要联网的本地通知)

    基本用法


    UINavigationItem

    (self 下 管理 UIBarButtonItem) 

    详细用法


    UIResponder

    UIResponder 说明

    ① UIApplication

    UIApplication详解

    ② UITabbarController

    UITabbarController 详解

    UITabBarController 基本用法

    ③UINavigationController

    UINavigationController详解

    自定义UINavigationController

    ④UIImagePickerController

    UIImagePickerController用法


    UIView

    UIView自定义

    UIView解析


    UIWindow

    UIWindow的基本使用

    UIWindow详解


    UILable

    UIlabel详解


    UIPickerView

    UIPickerView详解


    UIImageView

    UIImageView 用法

    UIImageView基本用法


    UITableView

    UITableView 及UITableViewCell 简述


    UITextView

    UITextView


    UITableView

    用法

    详解


    UISearchBar

    用法


    UIWebView

    用法


    UIControl

    用法


    UIButton

    用法

    UIButton详解


    UIDatePicker

    使用详情


    UISegmented

    UISegmented


    UITextfield

    详解


    UISlider

    详解


    UISwitch

    详解

    用法


    UIScreen

    UIScreen详解


    UITouch

    详解


    相关文章

      网友评论

          本文标题:UIKit框架

          本文链接:https://www.haomeiwen.com/subject/qlgwuhtx.html