您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. cocoaFrameworkProjectPrograming

  2. Framework bundles use a bundle structure different from the bundle structure used by applications. The structure for frameworks is based on an earlier bundle format, and allows for multiple versions of the framework code and header files to be store
  3. 所属分类:其它

    • 发布日期:2009-07-27
    • 文件大小:465kb
    • 提供者:lhz62004753
  1. iPhone Cool Projects

  2. Editorial Reviews Product Descr iption The iPhone and iPod touch have provided all software developers with a level playing field—developers working alone have the same access to consumers as multinational software publishers. Very cool indeed! To m
  3. 所属分类:其它

    • 发布日期:2009-08-15
    • 文件大小:4mb
    • 提供者:mini_julian
  1. cocoa+framework.pdf[评价可免费]

  2. cocoa+framework 一点关于cocoa的框架知识
  3. 所属分类:Java

    • 发布日期:2009-08-18
    • 文件大小:177kb
    • 提供者:jackyweijie
  1. Learn Cocoa on the Mac Feb 2010.pdf

  2. Learn Cocoa on the Mac by Jack Nutting, David Mark and Jeff LaMarche The Cocoa frameworks are some of the most powerful frameworks for creating native desktop applications available on any platform today, and Apple gives them away, along with the Xc
  3. 所属分类:C++

    • 发布日期:2010-02-22
    • 文件大小:17mb
    • 提供者:ipod4g
  1. Mac Programming for Absolute Beginners

  2. Apress 2011 Want to learn how to program on your Mac? Not sure where to begin? Best-selling author Wallace Wang will explain how to get started with Cocoa, Objective-C, and Xcode. Whether you are an experienced Windows coder moving to the Mac or you
  3. 所属分类:MacOS

    • 发布日期:2011-04-06
    • 文件大小:10mb
    • 提供者:NightCloud
  1. Learn Cocoa on the Mac

  2. Learn Cocoa on the Mac by Jack Nutting, David Mark and Jeff LaMarche The Cocoa frameworks are some of the most powerful frameworks for creating native desktop applications available on any platform today, and Apple gives them away, along with the Xc
  3. 所属分类:iOS

    • 发布日期:2011-11-11
    • 文件大小:18mb
    • 提供者:tanjiekai
  1. Cocoa Framework

  2. Cocoa Framework 简称Cocoa,它是Mac OS X 上的快速应用程序开发(RAD, Rapid Application Development)框 架,一个高度面向对象的(Object Oriented)开发框架。无论您是资深的Mac 开发人员,还是即将踏入Mac 开发世 界的新新人类,Cocoa 都是您开发应用程序的瑞士军刀、乐高积木,它是您构建Mac OS X 应用程序最强大、最高 效的工具。值得一提的是,苹果公司之所以能够开发出众多顶级软件,其实也正是因为有着Cocoa
  3. 所属分类:其它

    • 发布日期:2011-11-29
    • 文件大小:177kb
    • 提供者:dengxinglu
  1. cocoa+framework

  2. 苹果开发 cocoa+framework IOS移动和COCOA框架
  3. 所属分类:iOS

    • 发布日期:2011-12-19
    • 文件大小:177kb
    • 提供者:leavesfly
  1. cocoa_framework

  2. Cocoa Framework 概述,简称 Cocoa
  3. 所属分类:iOS

    • 发布日期:2012-03-06
    • 文件大小:177kb
    • 提供者:maidipp
  1. Coding Guidelines for Cocoa

  2. Introduction to Coding Guidelines for Cocoa 7 Organization of This Document 7 Code Naming Basics 9 General Principles 9 Prefixes 10 Typographic Conventions 11 Class and Protocol Names 11 Header Files 12 Naming Methods 13 General Rules 13 Accessor Me
  3. 所属分类:iOS

    • 发布日期:2013-04-17
    • 文件大小:295kb
    • 提供者:jsntghf
  1. Cocoa Fundamentals Guide

  2. Introduction Introduction 11 Organization of This Document 11 See Also 12 Chapter 1 What Is Cocoa? 13 The Cocoa Environment 13 Introducing Cocoa 13 How Cocoa Fits into Mac OS X 14 How Cocoa Fits into iOS 16 Features of a Cocoa Application 18 The Dev
  3. 所属分类:iOS

    • 发布日期:2013-04-19
    • 文件大小:4mb
    • 提供者:camel20
  1. 导出Object-C库头文件

  2. 要提取iPhone SDK中隐藏的头文件还要借助一个强有力的工具class-dump是一个可以从object-c中提取出类声明的工具,有了它我们就可以发现iPhone SDK中不为人所知的类以及没有公开的类的方法了 这个class-dump可以dump mac os x(也可以是iPhone模拟器)的类,现在已经有可以dump iPhone真机中库的了,它运行于mac环境 http://iphone.freecoder.org/classdump_en.html 命令行格式: class-du
  3. 所属分类:iOS

    • 发布日期:2013-12-13
    • 文件大小:243kb
    • 提供者:willwl66
  1. Using Swift with Cocoa and Objective-C完整中文CocoaChina精校版

  2. 目录 1. 开始 . 4 1.1.1.1. 基本设置 基本设置 . 4 建立你的 建立你的 SwiftSwift 环境 . 5 理解 SwiftSwift 导入过程 导入过程 . 6 2. 互用性 互用性 . 7 2.1. 2.1. 与 Objective ObjectiveObjective Objective Objective-C API 交互 7 初始化 (Initialization)(Initialization) (Initialization) (Initialization)
  3. 所属分类:iOS

    • 发布日期:2014-06-19
    • 文件大小:2mb
    • 提供者:wjmboss
  1. 自动将文件夹下3倍图转成2倍图片

  2. 改代码运行在Mac OS端,可以将一个文件夹下所有的3倍尺寸的图片,自动转成2倍图片。 运行方式是在终端运行clang++ -o imageResizer main.mm -framework Foundation -framework Cocoa -framework QuartzCore ./imageResizer imageFolderPath
  3. 所属分类:iOS

    • 发布日期:2015-01-05
    • 文件大小:2kb
    • 提供者:liyan223
  1. iOS 8 Programming Fundamentals with Swift(O

  2. Move into iOS development by getting a firm grasp of its fundamentals, including the Xcode IDE, the Cocoa Touch framework, and Swift - Apple's new programming language. With this thoroughly updated guide, you'll learn Swift's object-oriented concept
  3. 所属分类:iOS

    • 发布日期:2015-04-03
    • 文件大小:5mb
    • 提供者:vanridin
  1. iOS 9 Programming Fundamentals with Swift: Swift, Xcode, and Cocoa Basics

  2. Move into iOS 9 development by getting a firm grasp of its fundamentals, including Xcode 7, the Cocoa Touch framework, and Apple’s Swift programming language. With this thoroughly updated guide, you’ll learn Swift’s object-oriented concepts, underst
  3. 所属分类:iOS

    • 发布日期:2015-10-23
    • 文件大小:5mb
    • 提供者:addiwang
  1. Programming iOS 9(O

  2. If you're grounded in the basics of Swift, Xcode, and the Cocoa framework, this book provides a structured explanation of all essential real-world iOS app components. Through deep exploration and copious code examples, you'll learn how to create vie
  3. 所属分类:iOS

    • 发布日期:2015-11-13
    • 文件大小:15mb
    • 提供者:vanridin
  1. Programming.iOS.9.Dive.Deep.into.Views.View.Controllers.and.Frameworks

  2. If you’re grounded in the basics of Swift, Xcode, and the Cocoa framework, this book provides a structured explanation of all essential real-world iOS app components. Through deep exploration and copious code examples, you’ll learn how to create vie
  3. 所属分类:iOS

    • 发布日期:2015-11-13
    • 文件大小:12mb
    • 提供者:ramissue
  1. AVCaptureManager:简单但功能强大的包装器,用于AVCapture.framework等-源码

  2. AVCaptureManager.framework AVCapture.framework等的简单但功能强大的包装器 要求:MacOS X 10.13或更高版本。 捕获设备:与AVCapture.framework兼容的任何AV设备,包括DV等A / V混合连接。 限制:不支持纯视频或纯音频录制。 依赖关系:AVFoundation / AVCapture / VideoToolbox / CoreVideo / CoreMedia 架构:通用二进制(x86_64 + arm64)
  3. 所属分类:其它

    • 发布日期:2021-02-17
    • 文件大小:28kb
    • 提供者:weixin_42162171
  1. iOS制作framework静态库图文教程

  2. 本文实例为大家分享了iOS制作framework静态库教程 ,供大家参考,具体内容如下 环境: 硬件:macbook air 系统:OSX EI Capitan 版本:10.11.3 xcode :Version 7.2.1 (7C1002) 最近在做ios的静态库(据说framework动态库不能上传到app store).a 和framework都做过了,这里就先说framework的制作流程: 1.首先在xcode下新建cocoa touch framework工程: 2.新建好工程后,
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:143kb
    • 提供者:weixin_38720322
« 12 3 4 »