码迷,mamicode.com
首页 >  
搜索关键字:内存对齐 reserved    ( 2579个结果
iOS_10_tableView的简单使用_红楼十二钗
最终效果图: 方式1,用字典 BeyondViewController.h // // BeyondViewController.h // 10_tableView // // Created by beyond on 14-7-25. // Copyright (c) 2014年 com.beyond. All rights reserved....
分类:移动开发   时间:2014-07-26 15:23:23    阅读次数:312
iOS_11_pinyin4objc汉字转拼音演示
最终效果图: ViewController.h // // ViewController.h // PinYin4Objc汉字转拼音演示demo // // Created by beyond on 14-7-26. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import...
分类:移动开发   时间:2014-07-26 15:08:40    阅读次数:291
swift语言初见
// //  main.swift //  helloSwift // //  Created by cyteven on 14-7-23. //  Copyright (c) 2014年 cyteven. All rights reserved. // import Foundation //打印字符串 println("Hello, World!") //变量定义...
分类:其他好文   时间:2014-07-26 15:06:50    阅读次数:215
iOS_7_scrollView大图缩放
最终效果图: BeyondViewController.h // // BeyondViewController.h // 7_scrollView大图展示 // // Created by beyond on 14-7-24. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import...
分类:移动开发   时间:2014-07-26 02:49:16    阅读次数:217
iOS_8_键盘的简单处理
最终效果图: BeyondViewController.h // // BeyondViewController.h // 8_scrollVIew分页浏览 // // Created by beyond on 14-7-25. // Copyright (c) 2014年 com.beyond. All rights reserved. // #...
分类:移动开发   时间:2014-07-26 02:17:06    阅读次数:206
iOS_8_scrollView分页
最终效果图: BeyondViewController.h // // BeyondViewController.h // 8_scrollVIew分页浏览 // // Created by beyond on 14-7-25. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import ...
分类:移动开发   时间:2014-07-26 02:11:03    阅读次数:173
升级版音乐播放器
//// secondViewController.m// AudioPlayer//// Created by apple on 14-7-24.// Copyright (c) 2014年 苹果IOS软件开发者. All rights reserved.//#import "secondView...
分类:其他好文   时间:2014-07-26 01:35:17    阅读次数:305
block 结构(1)
一个block其实是一个对象,有他自己的属性,结构如下isa指针,所有对象都有该指针,用于实现消息传递等功能(ias一般指向父类、元类)flags,用于按bit位表示一些block的附加信息reserved,保留变量。invoke,函数指针,指向具体的block实现的函数调用地址。descripto...
分类:其他好文   时间:2014-07-25 16:41:12    阅读次数:413
各种排序oc实现
// //??main.m //??OrderTest // //??Created?by?Roeru?on?23/7/14. //??Copyright?(c)?2014?Shinoi.?All?rights?reserved. // #import?<Foundation/Foundation.h> void?noNameSort(int?a...
分类:其他好文   时间:2014-07-25 11:39:52    阅读次数:299
IOS学习笔记-- SQLite的应用
1 // 2 // HMViewController.m 3 // 02-SQLite的应用 4 // 5 // Created by apple on 14-7-24. 6 // Copyright (c) 2014年 heima. All rights reserved. ...
分类:移动开发   时间:2014-07-25 02:19:24    阅读次数:316
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!