美文网首页
iOS常用到的框架

iOS常用到的框架

作者: 冰冷的星乄 | 来源:发表于2016-12-21 15:12 被阅读0次

    一款超简单的社会化分享的demo:https://github.com/XHXSS/XHXSS-

    Accelerate.framework

     包含的加速数学和DSP函数。 https://developer.apple.com/search/?q=Accelerate.framework

    AddressBook.framework

     包含直接访问用户联系人数据库的函数。https://developer.apple.com/search/?q=AddressBook.framework

    AddressBookUI.framework

    包含显示系统定义的联系人挑选界面以及编辑界面的类。https://developer.apple.com/search/?q=AddressBookUI.framework

    AssetsLibrary.framework

    包含显示用户照片和视频的类。https://developer.apple.com/search/?q=AssetsLibrary.framework

    AudioToolbox.framework

    包含处理音频流数据以及播放或录制音频的接口。https://developer.apple.com/search/?q=AudioToolbox.framework

    AudioUnit.framework

    包含加载并使用音频单元的接口。https://developer.apple.com/search/?q=AudioUnit.framework

    AVFoundation.framework

    包含播放或录制音频的Objective-C接口。https://developer.apple.com/search/?q=AVFoundation.framework

    CFNetwork.framework

    包含通过WiFi或者蜂窝无线访问网络的接口。https://developer.apple.com/search/?q=CFNetwork.framework

    CoreAudio.framework

    包含Core Audio框架使用的各种数据类型。https://developer.apple.com/search/?q=CoreAudio.framework

    CoreData.framework

    包含管理应用程序数据模型的接口。https://developer.apple.com/search/?q=CoreData.framework

    CoreFoundation.framework

    提供一些基本软件服务,包括常见数据类型抽象、字符串实用工具、群体类型实用工具、资源管理以及偏好设置。https://developer.apple.com/search/?q=CoreFoundation.framework

    CoreGraphics.framework

    包含Quartz 2D接口。https://developer.apple.com/search/?q=CoreGraphics.framework

    CoreLocation.framework

    包含确定用户方位信息的接口。https://developer.apple.com/search/?q=CoreLocation.framework

    CoreMedia.framework

    包含操作音频和视频的底层例程。https://developer.apple.com/search/?q=CoreMedia.framework

    CoreMotion.framework

    包含访问加速度计以及陀螺仪的数据的接口。https://developer.apple.com/search/?q=CoreMotion.framework

    CoreTelephony.framework

    包含访问电话相关的信息的例程。https://developer.apple.com/search/?q=CoreTelephony.framework

    CoreText.framework

    包含一个文本的布局渲染引擎。https://developer.apple.com/search/?q=CoreText.framework

    CoreVideo.framework

    包含操作音频和视频的底层例程。请不要直接使用该框架。https://developer.apple.com/search/?q=CoreVideo.framework

    EventKit.framework

    包含访问用户日历事件数据的接口。https://developer.apple.com/search/?q=EventKit.framework

    EventKitUI.framework

    包含显示标准系统日历界面的类。https://developer.apple.com/search/?q=EventKitUI.framework

    ExternalAccessory.framework

    包含与外设进行通讯的接口。https://developer.apple.com/search/?q=ExternalAccessory.framework

    Foundation.framework

    包含Cocoa Foundation层的类和方法。https://developer.apple.com/search/?q=Foundation.framework

    GameKit.framework

    包含点对点连接管理接口。https://developer.apple.com/search/?q=GameKit.framework

    iAd.framework

    包含在应用程序中显示广告的类。https://developer.apple.com/search/?q=iAd.framework

    ImageIO.framework

    包含读取或写入图像数据的类。https://developer.apple.com/search/?q=ImageIO.framework

    IOKit.framework

    包含设备所使用的接口。请不要直接使用此框架。https://developer.apple.com/search/?q=IOKit.framework

    MapKit.framework

    包含将地图界面嵌入到应用程序的类,也可以用于查找地理编码反向坐标。https://developer.apple.com/search/?q=MapKit.framework

    MediaPlayer.framework

    包含显示全屏视频的接口。https://developer.apple.com/search/?q=MediaPlayer.framework

    MessageUI.framework

    包含撰写和排队发送电子邮件信息的界面。https://developer.apple.com/search/?q=MessageUI.framework

    MobileCoreServices.framework

    定义系统支持的统一类型标识符(UTIs)。https://developer.apple.com/search/?q=MobileCoreServices.framework

    OpenAL.framework

    包含OpenAL接口。OpenAL是一个跨平台的方位音频库。https://developer.apple.com/search/?q=OpenAL.framework如需进一步了解,请访问http://www.openal.org

    OpenGLES.framework

    包含OpenGL ES接口。OpenGL ES框架是OpenGL跨平台2D和3D渲染库的跨平台版本。https://developer.apple.com/search/?q=OpenGLES.framework

    QuartzCore.framework

    包含Core Animation接口。https://developer.apple.com/search/?q=QuartzCore.framework

    QuickLook.framework

    包含预览文件接口。https://developer.apple.com/search/?q=QuickLook.framework

    Security.framework

    包含管理证书、公钥私钥以及信任策略的接口。https://developer.apple.com/search/?q=Security.framework

    StoreKit.framework

    包含用于处理与应用程序内购买相关的财务交易。https://developer.apple.com/search/?q=StoreKit.framework

    SystemConfiguration.framework

    包含用于处理设备网络配置的接口。https://developer.apple.com/search/?q=SystemConfiguration.framework

    UIKit.framework

    包含iOS应用程序用户界面层使用的类和方法。https://developer.apple.com/search/?q=UIKit.framework

    相关文章

      网友评论

          本文标题:iOS常用到的框架

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