摘要:
//发送通知NSNotification*updateNotifi = [NSNotificationnotificationWithName:notification_name_update_pushobject:nil]; [[NSNotificationCenterdefaultCenter... 阅读全文
摘要:
IOS armvArmv6:iPhone 2G/3G、ipod1G/2GArmv7:iPhone3GS/4/4s、ipod3G/4G、ipad1G/2G/3GArmv7s:iPhone5URL中含有%当你的接口中含有%22时你要将其替换为\",否则客户端是无妨访问。你将含有%22的接口复制到浏览器中... 阅读全文
摘要:
第一步:将ShareSDK导入到你的工程中然后需要在工程的AppDelegate.m中导入所需要的头文件比如:#import#import"WeiboApi.h"#import“WXApi.h"第二步:在下面方法中添加如下代码- (BOOL)application:(UIApplication*)a... 阅读全文
摘要:
-(void)addBtn{ NSArray*arr=[[NSArrayalloc]initWithObjects:@"未使用",@"已使用",@"已付款",@"退款",nil];for(inti=0;i>>>>>>>>%d",currentSelectButtonIndex);} 阅读全文
摘要:
一、创建UITabBarController常见的在应用程序委托类的applicationDidFinishLaunching:方法中创建,这通常可为应用窗口提供根视图。// 创建一个UITabBarController对象UITabBarController *tabBarController =... 阅读全文