91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 22.96MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2023-07-04
  • 語言: 其他
  • 標簽: 美團高仿??

資源簡介

一位大神高仿的,很詳細的,可以學到很多培訓學不到的知識。

資源截圖

代碼片段和文件信息

//
//??AppDelegate.m
//??meituan
//
//??Created?by?jinzelu?on?15/6/12.
//??Copyright?(c)?2015年?jinzelu.?All?rights?reserved.
//

#import?“AppDelegate.h“
#import?“HomeViewController.h“
#import?“InfoViewController.h“
#import?“MineViewController.h“
#import?“MoreViewController.h“
#import?“JZOnSiteViewController.h“
#import?“JZMerchantViewController.h“

#import?
#import?“UMSocial.h“
#import?“UMSocialWechatHandler.h“
#import?“NetworkSingleton.h“


@interface?AppDelegate?()
{
????//定位
????CLLocationManager?*_locationManager;//用于獲取位置
????CLLocation?*_checkLocation;//用于保存位置信息
????
//????double?_latitude;//經度
//????double?_longitude;//維度
}

@end

@implementation?AppDelegate


//設置定位
-(void)setupLocationManager{
????_latitude?=?LATITUDE_DEFAULT;
????_longitude?=?LONGITUDE_DEFAULT;
????_locationManager?=?[[CLLocationManager?alloc]?init];
????
????if?([CLLocationManager?locationServicesEnabled])?{
????????NSLog(@“開始定位“);
????????_locationManager.delegate?=?self;
????????//?distanceFilter是距離過濾器,為了減少對定位裝置的輪詢次數,位置的改變不會每次都去通知委托,而是在移動了足夠的距離時才通知委托程序
????????//?它的單位是米,這里設置為至少移動1000再通知委托處理更新;
????????_locationManager.distanceFilter?=?200.0;
????????//?kCLLocationAccuracyBest:設備使用電池供電時候最高的精度
????????_locationManager.desiredAccuracy?=?kCLLocationAccuracyBest;
????????
????????
????????//ios8+以上要授權,并且在plist文件中添加NSLocationWhenInUseUsageDescription,NSLocationAlwaysUsageDescription,值可以為空
????????if?(IOS_VERSION?>=8.0)?{//ios8+,不加這個則不會彈框
????????????[_locationManager?requestWhenInUseAuthorization];//使用中授權
????????????[_locationManager?requestAlwaysAuthorization];
????????}
????????[_locationManager?startUpdatingLocation];
????}else{
????????NSLog(@“定位失敗,請確定是否開啟定位功能“);
????????//????????_locationManager.delegate?=?self;
????????//????????//?distanceFilter是距離過濾器,為了減少對定位裝置的輪詢次數,位置的改變不會每次都去通知委托,而是在移動了足夠的距離時才通知委托程序
????????//????????//?它的單位是米,這里設置為至少移動1000再通知委托處理更新;
????????//????????_locationManager.distanceFilter?=?200.0;
????????//????????//?kCLLocationAccuracyBest:設備使用電池供電時候最高的精度
????????//????????_locationManager.desiredAccuracy?=?kCLLocationAccuracyBest;
????????//????????[_locationManager?startUpdatingLocation];
????}
}


//獲取啟動廣告圖片,采用后臺推送時執行請求
-(void)getLoadingImage{
????//分辨率
????CGFloat?scale_screen?=?[UIScreen?mainScreen].scale;
????NSLog(@“%.0f????%.0f“screen_width*scale_screenscreen_height*scale_screen);
????int?scaleW?=?(int)screen_width*scale_screen;
????int?scaleH?=?(int)screen_height*scale_screen;
????
????NSString?*urlStr?=?[NSString?stringWithFormat:@“http://api.meituan.com/config/v1/loading/check.json?app_name=group&app_version=5.7&ci=1&city_id=1&client=iphone&movieBundleVersion=100&msid=48E2B810-805D-4821-9CDD-D5C9E01BC98A2015-07-15-15-51824&platform=iphone&resolution=%d%@%d&userid=104108621&utm_campaign=AgroupBgroupD100Fa20141120nanning__m1__leftflow___ab_pindaochangsha__a__leftflow___ab_gxtest__gd__leftflow___ab_gxhceshi__nostrategy__leftflow___ab_i550poi_ktv__d__j___ab_chunceshishuju__a__a___ab_gxh_

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-07-28?09:46??meituan-master\
?????文件????????6148??2016-07-28?10:04??meituan-master\.DS_Store
?????目錄???????????0??2016-07-28?10:20??__MACOSX\
?????目錄???????????0??2016-07-28?10:20??__MACOSX\meituan-master\
?????文件?????????120??2016-07-28?10:04??__MACOSX\meituan-master\._.DS_Store
?????目錄???????????0??2016-07-28?09:49??meituan-master\meituan\
?????文件?????????619??2015-08-03?00:02??meituan-master\meituan\AppDelegate.h
?????目錄???????????0??2016-07-28?10:20??__MACOSX\meituan-master\meituan\
?????文件?????????212??2015-08-03?00:02??__MACOSX\meituan-master\meituan\._AppDelegate.h
?????文件???????14880??2015-08-03?00:02??meituan-master\meituan\AppDelegate.m
?????文件?????????212??2015-08-03?00:02??__MACOSX\meituan-master\meituan\._AppDelegate.m
?????目錄???????????0??2016-07-28?09:58??meituan-master\meituan\base.lproj\
?????文件????????3702??2015-08-03?00:02??meituan-master\meituan\base.lproj\LaunchScreen.xib
?????目錄???????????0??2016-07-28?10:20??__MACOSX\meituan-master\meituan\base.lproj\
?????文件?????????212??2015-08-03?00:02??__MACOSX\meituan-master\meituan\base.lproj\._LaunchScreen.xib
?????文件????????1625??2016-07-28?09:58??meituan-master\meituan\base.lproj\Main.storyboard
?????文件?????????212??2016-07-28?09:58??__MACOSX\meituan-master\meituan\._base.lproj
?????目錄???????????0??2015-08-03?00:02??meituan-master\meituan\Controller\
?????目錄???????????0??2015-08-03?00:02??meituan-master\meituan\Controller\Home\
?????文件?????????395??2015-08-03?00:02??meituan-master\meituan\Controller\Home\DiscountOCViewController.h
?????目錄???????????0??2016-07-28?10:20??__MACOSX\meituan-master\meituan\Controller\
?????目錄???????????0??2016-07-28?10:20??__MACOSX\meituan-master\meituan\Controller\Home\
?????文件?????????212??2015-08-03?00:02??__MACOSX\meituan-master\meituan\Controller\Home\._DiscountOCViewController.h
?????文件???????11656??2015-08-03?00:02??meituan-master\meituan\Controller\Home\DiscountOCViewController.m
?????文件?????????212??2015-08-03?00:02??__MACOSX\meituan-master\meituan\Controller\Home\._DiscountOCViewController.m
?????文件?????????356??2015-08-03?00:02??meituan-master\meituan\Controller\Home\DiscountViewController.h
?????文件?????????212??2015-08-03?00:02??__MACOSX\meituan-master\meituan\Controller\Home\._DiscountViewController.h
?????文件????????6271??2015-08-03?00:02??meituan-master\meituan\Controller\Home\DiscountViewController.m
?????文件?????????212??2015-08-03?00:02??__MACOSX\meituan-master\meituan\Controller\Home\._DiscountViewController.m
?????文件?????????296??2015-08-03?00:02??meituan-master\meituan\Controller\Home\HomeViewController.h
?????文件?????????212??2015-08-03?00:02??__MACOSX\meituan-master\meituan\Controller\Home\._HomeViewController.h
............此處省略2687個文件信息

評論

共有 條評論

相關資源