- 浏览: 28396 次
- 性别:
- 来自: 韶关
最近访客 更多访客>>
文章分类
- 全部博客 (35)
- Hibernate (1)
- java (1)
- Algorithm (2)
- Project Euler (4)
- struts2 (1)
- Java Web (3)
- Design Patterns (0)
- Data Base (1)
- JavaScript (0)
- EveryDay (0)
- Spring (0)
- project (1)
- doc (0)
- ios (13)
- ios小伎俩 (2)
- Body Sensor (1)
- CPP (0)
- sencha touch (0)
- Reading Notes (0)
- Keyword (1)
- UNIX (1)
- Memo (1)
- Project Management (1)
- Work Log (1)
- NodeJs (1)
- Mac OS (1)
- Web (0)
- Computer Vision (0)
最新评论
Terminal输入:
sudo egrep -lRZ "Prototype.Browser.Xcode4OrNewer=Prototype.Browser.XcodeVersion<1000;" /Library/Developer/Documentation/DocSets | xargs -0 -L % sudo sed -i '' -e 's/Prototype\.Browser\.Xcode4OrNewer\=Prototype\.Browser\.XcodeVersion\<1000\;/Prototype\.Browser\.Xcode4OrNewer\=false\;/g'
发表评论
-
What's new in iOS5
2011-10-11 21:07 977Accounts When creating an i ... -
How to add static library file
2011-07-01 17:55 8331、以xcode的静态库文件模板创建静态库文件; 2、注意类 ... -
iPhone 处理大文件(MD5)
2011-06-13 14:22 1275+(NSString*)fileMD5:(NSStrin ... -
Pre Load
2011-04-30 16:06 699在app store中的很多应用程序非常的笨重,他们有好的界面 ... -
Using Video
2011-04-26 10:59 0记录和编辑视频 从IOS 3.0开始就可以在提供了 ... -
Core Animation
2011-04-23 03:31 667大纲: 什么是Core Animation? 几何 ... -
UIView
2011-04-23 03:08 0p.p1 {margin: 0.0px 0.0px ... -
自定义组件(Quartz 2d)
2011-04-22 15:30 01、void UIGraphicsBeginImageCont ... -
View Programming
2011-04-21 02:50 4281、用UIKit做简单动画,用core animation做更 ... -
各种函数
2011-04-21 01:03 6621、保存图片到相册(有camera roll保存到camera ... -
关于IOS中的DataSource(数据源)
2011-01-02 15:34 1471数据源是应用程序的模型、视图、还是控制器部分?数据源好像应该是 ... -
Interface Builder中调试视图
2010-12-30 02:13 647很简单,选中要调试的视图,command+R就OK了。 -
ios小记
2010-12-29 14:50 783遵守NSCopying协议的类的实例才能发送copy消息,当 ... -
UIPopoverController的presentPopoverViewWithRect:inView
2010-12-29 12:41 669UIPopoverController中的prese ... -
学习C
2010-12-22 13:33 0C作为一门历史悠久的编 ... -
SwitchView相關概念
2010-12-14 09:48 01、每个视图控制器(包括多视图控制器)都控制一个内容视图,应用 ... -
纸上谈兵-iPhone
2010-12-04 21:46 01、[[NSString alloc] initWithFor ... -
iphone開發中的內存分配
2010-12-02 16:54 9361、內存分配、釋放成對出現 2、注意copy,reta ... -
關於delegate
2010-12-01 14:22 1174UIApplication接收事件,UIApplicat ...
相关推荐
Over the course of the book, you will continue to explore the many facets of iOS development in Xcode by adding new features to your app, integrating gestures and sensors, and even creating an Apple ...
Table of Contents Part I First Steps Chapter 1 Getting Xcode Chapter 2 Kicking The Tires Chapter 3 Simple Workflow And Passive Debugging Chapter 4 Active Debugging Chapter 5 Compilation Chapter 6 ...
Table of Contents Chapter 1. Xcode crashing when opening a project file Chapter 2. The identity used to sign the executable is invalid Chapter 3. Xcode fails to compile and blames "SBPartialInfo" ...
Every single sample app in the book has been rebuilt from scratch using latest Xcode and the latest 64-bit iOS 7-specific project templates, and designed to take advantage of the latest Xcode ...
Table of Contents Getting Started Playground & the basics of Swift Object Oriented Programming Xcode Tour Single View Application Custom Navigation Application Mock-up Prototyping Programming real ...
This classic book hones in on the most exciting features of each release of iOS, providing you with introductory guidelines to the tools in iOS and Xcode that will distinguish your app and cause users...
Table of Contents Hello macOS Basic Swift Checking Out the Power of Xcode MVC and Other Design Patterns Advanced Swift Cocoa Frameworks: The Backbone of Your App Creating Views Programmatically ...
Table of Contents 1 Introduction Part I: The Objective-C Language 2 Programming in Objective-C 3 Classes, Objects, and Methods 4 Data Types and Expressions 5 Program Looping 6 Making Decisions 7 ...
Table of Contents Chapter 1: What to Expect in Xcode and Game Development Chapter 2: Creating the Stuff Chapter 3: Blast Off! Starting with Development Chapter 4: Let's Keep Going! Adding More ...
sudo chmod 666 /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Resources/IDETextKeyBindingSet.plist sudo chmod 777 /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Resources/ ...
Table of Contents 1. Getting Started In this chapter, you’re going to get acquainted with LLDB and investigate the process of introspecting and debugging a program. You’ll start off by introspecting...
Table of Contents Chapter 1. Getting Started with Xcode and Swift Chapter 2. Standard Library and Collections Chapter 3. Using Structs and Generics Chapter 4. Design Patterns with Swift Chapter 5. ...
Table of Contents Chapter 1: Getting Started with Apple Pay Chapter 2: Payment Request Workflow Chapter 3: Payment Authorization Workflow Chapter 4: Payment Processing Workflow Chapter 5: Designing an...