本月博客排行
-
第1名
Xeden -
第2名
fantaxy025025 -
第3名
bosschen - paulwong
- johnsmith9th
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - gengyun12
- wy_19921005
- vipbooks
- e_e
- benladeng5225
- wallimn
- ranbuijj
- javashop
- jickcai
- fantaxy025025
- zw7534313
- qepwqnp
- robotmen
- 解宜然
- ssydxa219
- sam123456gz
- zysnba
- sichunli_030
- tanling8334
- arpenker
- gaojingsong
- xpenxpen
- kaizi1992
- wiseboyloves
- jh108020
- xyuma
- ganxueyun
- wangchen.ily
- xiangjie88
- Jameslyy
- luxurioust
- mengjichen
- lemonhandsome
- jbosscn
- nychen2000
- zxq_2017
- lzyfn123
- wjianwei666
- forestqqqq
- ajinn
- siemens800
- hanbaohong
- 狂盗一枝梅
- java-007
- zhanjia
- 喧嚣求静
- Xeden
最新文章列表
截取视图的图片, 然后分享出去
OS 7 has a new method that allows you to draw a view hierarchy into the current graphics context. This can be used to get an UIImage very fast.
I implemented a category method on UIView to get the v ...
Apple iOS 官方例子
http://developer.apple.com/library/ios/samplecode/Birthdays/Birthdays.zip
http://developer.apple.com/library/ios/samplecode/ClockControlPalette/ClockControlPalette.zip
http://developer.apple.com ...
报错: dyld: Library not loaded
一、问题
dyld: Library not loaded: /System/Library/Frameworks/SpriteKit.framework/SpriteKit
Referenced from: /var/mobile/Applications/5522BA67-D1A9-4A7D-BEAB-587B4FD792C0/sprite.app/sprite
Reason: imag ...
iOS 学习资料整理
视频教程(英文)
Developing iOS 7 Apps for iPhone and iPad
斯坦福开放教程之一, 课程主要讲解了一些 iOS 开发工具和 API 以及 iOS SDK 的使用, 属于 iOS 基础视频
iPad and iPhone Application Development
该课程的讲师 Pa
9个常见的Android开发错误及解决办法
9个常见的Android开发错误及解决办法:
1. 如果你的项目的R文件不见的话,可以试下改版本号在保存,R文件不见一般都是布局文本出错导致.
2. 布局文件不可以有大写字母
3. 抛出如下错误WARNING: Application does not specify an API level requirement!,
是由于没有指定users sdk的缘故,修改AndroidManif ...
IOS ARC 和 非ARC 之间的转换方法
1,选择项目中的Targets,选中你所要操作的Target,2,选Build Phases,在其中Complie Sources中选择需要ARC的文件双击, 并在输入框中输入:-fobjc-arc,如果不要ARC则输入:-fno-objc-arc
求数组中最大值和最小值
NSNumber *max=[m_listData valueForKeyPath:@"@max.doubleValue"];
NSNumber *min=[m_listData valueForKeyPath:@"@min.doubleValue"];
获取当前类中所有的方法
#import <objc/runtime.h>
#import <objc/message.h>
- (void)methods
{
unsigned int count;
Method *methods = class_copyMethodList([self class], &count);
...
IOS开发 property synthesize用法
在JAVA中有对象有get set方法。在oc中是 property synthesize属性
用法:
Person.h:
#import <Foundation/Foundation.h>
@interface Person : NSObject
{
int myNumber;
int age;
NSString *name;
}
@p ...
使用NSString 的格式化大全
格式定义The format specifiers supported by the NSString formatting methods and CFString formatting functions follow the IEEE printf specification; the specifiers are summarized in Table 1. Note that you c ...
学习笔记 键盘处理-不让键盘挡住文本框
@interface MJScrollView () {
CGPoint _lastOffset;
}
@end
@implementation MJScrollView
#pragma mark - 生命周期方法
- (id)initWithFrame:(CGRect)frame
{
self = [super initWithFrame:frame];
if (sel ...
从xib中创建完毕后会调用awakeFromNib方法
#pragma mark - 生命周期方法
- (id)initWithFrame:(CGRect)frame
{
self = [super initWithFrame:frame];
if (self) {
[self initial];
}
return self;
}
- (id)init {
if (self = [super in ...
学习MBProgressHUD
+ (void)showError:(NSString *)error toView:(UIView *)view{
// 快速显示一个提示信息
MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:view animated:YES];
hud.labelText = error;
// 设置图片
hud.cu ...
iphone项目中导入另一个项目得代码
1、把要导人得项目得XXX.xcodeproj文件拉入到项目目录中
2、设置build phases,添加Target Dependencies和Link Binary With Libraries。
3、设置build settings,path是要引入项目得类目录的路径,可以右键info取得。
4、在项目中用import引入要使用的类即可。
转
http://blog ...
在GNUStep上运行Objective-C
在GNUStep上运行Objective-C所需要的软件下载:
SystemPreferences-1.1.0-2-setup.exe : http://www.400gb.com/file/80134353
gnustep-devel-1.4.0-setup.exe:http://www.400gb.com/file/80134172
gnustep-msys-system-0.28.1 ...
最近博客热门TAG
Android(32037) Mobile(4157) iOS(3163) Apple(2605) Qt(1757) Nokia(1660) WAP(1650) Windows Mobile(1313) Objective-C(1245) 三星(1121) Symbian(1089) HTC(837) Windows Phone(696) OPhone(587) WinCE(547) BREW(502) Cocoa(437) 黑莓(427) BlackBerry(423) Palm(418)