最终效果图:
方式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
最终效果图:
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
//
// 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
最终效果图:
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
最终效果图:
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
最终效果图:
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其实是一个对象,有他自己的属性,结构如下isa指针,所有对象都有该指针,用于实现消息传递等功能(ias一般指向父类、元类)flags,用于按bit位表示一些block的附加信息reserved,保留变量。invoke,函数指针,指向具体的block实现的函数调用地址。descripto...
分类:
其他好文 时间:
2014-07-25 16:41:12
阅读次数:
413
//
//??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
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