资源简介
IOS高访新浪微博界面,处理@#链接 特殊字符 ,排版整齐
这个是http://download.csdn.net/detail/rhljiayou/6760745
此Demo的升级版,有些问题的改正
代码片段和文件信息
//
// AppDelegate.m
// SinaWeiboDemo
//
// Created by iHope on 13-12-23.
// Copyright (c) 2013年 任海丽. All rights reserved.
//
#import “AppDelegate.h“
#import “ViewController.h“
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
self.window = [[UIWindow alloc] initWithframe:[[UIScreen mainScreen] bounds]];
// Override point for customization after application launch.
self.viewController = [[ViewController alloc] initWithNibName:@“ViewController“ bundle:nil];
self.window.rootViewController = self.viewController;
[self.window makeKeyAndVisible];
return YES;
}
- (void)applicationWillResignActive:(UIApplication *)application
{
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
// Use this method to pause ongoing tasks disable timers and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
}
- (void)applicationDidEnterBackground:(UIApplication *)application
{
// Use this method to release shared resources save user data invalidate timers and store enough application state information to restore your application to its current state in case it is terminated later.
// If your application supports background execution this method is called instead of applicationWillTerminate: when the user quits.
}
- (void)applicationWillEnterForeground:(UIApplication *)application
{
// Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
}
- (void)applicationDidBecomeActive:(UIApplication *)application
{
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background optionally refresh the user interface.
}
- (void)applicationWillTerminate:(UIApplication *)application
{
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}
@end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-12-30 12:14 SinaWeiboDemo\
文件 6148 2013-12-31 10:10 SinaWeiboDemo\.DS_Store
目录 0 2013-12-31 10:10 __MACOSX\
目录 0 2013-12-31 10:10 __MACOSX\SinaWeiboDemo\
文件 222 2013-12-31 10:10 __MACOSX\SinaWeiboDemo\._.DS_Store
目录 0 2013-12-31 10:10 SinaWeiboDemo\SinaWeiboDemo\
文件 366 2013-12-23 14:00 SinaWeiboDemo\SinaWeiboDemo\AppDelegate.h
目录 0 2013-12-31 10:10 __MACOSX\SinaWeiboDemo\SinaWeiboDemo\
文件 273 2013-12-23 14:00 __MACOSX\SinaWeiboDemo\SinaWeiboDemo\._AppDelegate.h
文件 2305 2013-12-23 14:00 SinaWeiboDemo\SinaWeiboDemo\AppDelegate.m
文件 273 2013-12-23 14:00 __MACOSX\SinaWeiboDemo\SinaWeiboDemo\._AppDelegate.m
目录 0 2013-12-30 12:14 SinaWeiboDemo\SinaWeiboDemo\AutoHyperli
文件 5744 2011-08-12 02:28 SinaWeiboDemo\SinaWeiboDemo\AutoHyperli
目录 0 2013-12-31 10:10 __MACOSX\SinaWeiboDemo\SinaWeiboDemo\AutoHyperli
文件 222 2011-08-12 02:28 __MACOSX\SinaWeiboDemo\SinaWeiboDemo\AutoHyperli
文件 20245 2011-08-12 02:28 SinaWeiboDemo\SinaWeiboDemo\AutoHyperli
文件 222 2011-08-12 02:28 __MACOSX\SinaWeiboDemo\SinaWeiboDemo\AutoHyperli
文件 1891 2011-08-12 02:28 SinaWeiboDemo\SinaWeiboDemo\AutoHyperli
文件 222 2011-08-12 02:28 __MACOSX\SinaWeiboDemo\SinaWeiboDemo\AutoHyperli
文件 6902 2011-08-12 02:28 SinaWeiboDemo\SinaWeiboDemo\AutoHyperli
文件 222 2011-08-12 02:28 __MACOSX\SinaWeiboDemo\SinaWeiboDemo\AutoHyperli
文件 2425 2011-08-12 02:28 SinaWeiboDemo\SinaWeiboDemo\AutoHyperli
文件 222 2011-08-12 02:28 __MACOSX\SinaWeiboDemo\SinaWeiboDemo\AutoHyperli
文件 6799 2011-08-12 02:28 SinaWeiboDemo\SinaWeiboDemo\AutoHyperli
文件 222 2011-08-12 02:28 __MACOSX\SinaWeiboDemo\SinaWeiboDemo\AutoHyperli
文件 1736 2011-08-12 02:28 SinaWeiboDemo\SinaWeiboDemo\AutoHyperli
文件 222 2011-08-12 02:28 __MACOSX\SinaWeiboDemo\SinaWeiboDemo\AutoHyperli
文件 228 2011-08-12 02:28 SinaWeiboDemo\SinaWeiboDemo\AutoHyperli
文件 222 2011-08-12 02:28 __MACOSX\SinaWeiboDemo\SinaWeiboDemo\AutoHyperli
文件 3627 2011-08-12 02:28 SinaWeiboDemo\SinaWeiboDemo\AutoHyperli
文件 222 2011-08-12 02:28 __MACOSX\SinaWeiboDemo\SinaWeiboDemo\AutoHyperli
............此处省略150个文件信息
- 上一篇:监听器显示登陆用户列表,并实现踢人功能
- 下一篇:大学化学期末考试复习资料.doc
评论
共有 条评论