| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483 |
- //
- // DetailViewController.m
- // RedAnt ERP Mobile
- //
- // Created by Ray on 7/25/15.
- // Copyright (c) 2015 United Software Applications, Inc. All rights reserved.
- //
- #import "DetailViewController.h"
- #import "DetailHeaderCell.h"
- #import "DetailImageCell.h"
- #import "iSalesNetwork.h"
- #import "RTLabel.h"
- #import "DetailKVCell.h"
- #import "LineView.h"
- //#import "SelectorViewController.h"
- #import "RAUtils.h"
- #import "MainViewController.h"
- #import "QRCodeGenerator.h"
- #define DEF_CELL_HEIGHT 44
- #define DEF_TABLE_HEIGHT 44
- #define LINE_WIDTH 0
- #define CELL_MARGIN 0
- #define LABEL_MARGIN 10
- #define SCREEN_WIDTH ([UIScreen mainScreen].bounds.size.width)
- #define SCREEN_HEIGHT ([UIScreen mainScreen].bounds.size.height)
- #define NavColor ([UIColor colorWithRed:237/255.0 green:20/255.0f blue:91/255.0f alpha:1.0f])
- @interface DetailViewController ()
- @property (nonatomic,strong) UIBezierPath *path;
- @end
- @implementation DetailViewController
- {
- CALayer *_layer;
- }
- -(void) reload_container_getdata:(bool) update_data
- {
-
- [super reload_container_getdata:update_data];
- if(update_data)
- [self reload];
- else
- {
- [self.detailTable reloadData];
- // [self refresh_total];
- }
- }
- -(void)manually_refresh
- {
- UIRefreshControl *reF = (UIRefreshControl *)[self.view viewWithTag:300];
-
- if(self.isrefreshing)
- {
- [reF endRefreshing];
- return;
- }
-
- reF.attributedTitle = [[NSAttributedString alloc]initWithString:@"Refreshing"];
- if ([self respondsToSelector:@selector(ReloadData)])
- [self performSelector:@selector(ReloadData) withObject:nil afterDelay:1];
- // DebugLog(@"refresh!!!!!!!!");
-
- }
- -(void) ReloadData
- {
- UIRefreshControl *reF = (UIRefreshControl *)[self.view viewWithTag:300];
-
- [reF endRefreshing];
-
- reF.attributedTitle = [[NSAttributedString alloc]initWithString:@"Pull to refresh"];
- [self reload];
-
-
- }
- -(void) reload
- {
- dispatch_async(dispatch_get_main_queue(), ^{
- if(self.isrefreshing)
- return;
- self.label_net_err.hidden=true;
- self.detailTable.hidden = true;
- self.isrefreshing=true;
- self.mum.center = self.view.center;
- self.mum.hidden = false;
- [self.mum startAnimating];
-
- dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
-
- NSDictionary* detail_json = [iSalesNetwork request_ItemDetail:self.product_id model_name:self.model_name category_id:self.category_id use_name:self.use_model_name];
-
- dispatch_async(dispatch_get_main_queue(), ^{
- [self.mum stopAnimating];
- self.detail_data = [detail_json mutableCopy];
- self.product_id = [NSString stringWithFormat:@"%d",[[detail_json valueForKey:@"product_id"] intValue] ];
- NSDictionary* imgsection = [detail_json objectForKey:@"img_section"];
- // AppDelegate *appDelegate = (AppDelegate*)[[UIApplication sharedApplication] delegate];
- if(/*appDelegate.user_type==USER_ROLE_CUSTOMER*/true)
- self.quantity =[[imgsection valueForKey:@"stockUom"] intValue];
- else
- self.quantity =1;
-
- if(self.quantity==0)
- self.quantity=1;
- self.step=self.quantity;
- [self.detailTable reloadData];
-
- if([[detail_json valueForKey:@"result"] intValue]==2)
- {
- self.detailTable.hidden = false;
-
- NSString* model_name = self.detail_data[@"img_section"][@"model_name"];
-
- NSString* img_url = self.detail_data[@"img_section"][@"model_img"];
-
-
- NSMutableDictionary* item = [[NSMutableDictionary alloc]init];
- [item setValue:self.product_id forKey:@"product_id"];
- [item setValue:self.category_id forKey:@"category"];
- [item setValue:model_name forKey:@"fash_name"];
- [item setValue:img_url forKey:@"picture_path"];
-
-
- AppDelegate *appDelegate = (AppDelegate*)[[UIApplication sharedApplication] delegate];
- int count=[appDelegate.recent_model[@"count"] intValue];
- bool bexist = false;
- for(int i=0;i<count;i++)
- {
- NSMutableDictionary * mitem= appDelegate.recent_model[[NSString stringWithFormat:@"item_%d",i]];
- if([mitem[@"product_id"] isEqualToString:self.product_id])
- {
- bexist=true;
- break;
- }
- }
-
- if(!bexist)
- {
- [appDelegate.recent_model setObject:item forKey:[NSString stringWithFormat:@"item_%d",count]];
- appDelegate.recent_model[@"count"]=[NSString stringWithFormat:@"%d",count+1];
- }
- }
- else
- if([[detail_json valueForKey:@"result"] intValue]==RESULT_NET_ERROR)
- {
- self.detailTable.hidden = true;
- self.label_net_err.hidden=false;
- }
- else if([[detail_json valueForKey:@"result"] intValue]==RESULT_NO_MODEL)
- {
- self.detailTable.hidden = true;
- [RAUtils message_alert:[detail_json valueForKey:@"err_msg"] title:@"Model Detail"/*@"Loading Model Detail Failed."*/ controller:self] ;
- if(self.ispush)
- [ self.navigationController popViewControllerAnimated:true];
- }
- else
- {
- [RAUtils message_alert:[detail_json valueForKey:@"err_msg"] title:@"Model Detail"/*@"Loading Model Detail Failed."*/ controller:self] ;
- }
-
- self.isrefreshing=false;
-
- });
- });
- });
- }
- - (void)onBackClick:(UIButton *)sender {
-
- if(self.OnBack)
- {
- self.OnBack(self.add_cart,self.add_wish,self.update_data);
- }
- [self.navigationController popViewControllerAnimated:(false)];
- // [self.navigationController dismissViewControllerAnimated:true completion:^{
- // ;
- // }];
- }
- - (void)viewDidLoad {
-
-
- [super viewDidLoad];
-
- self.refresh_type = REFRESH_VIEW;
-
- UIBarButtonItem *backButton = [[UIBarButtonItem alloc] initWithImage:[[UIImage imageNamed:@"back"] imageWithRenderingMode:UIImageRenderingModeAutomatic]
- style:UIBarButtonItemStylePlain
- target:self
- action:@selector( onBackClick:)];
-
-
- self.navigationItem.leftBarButtonItem = backButton;
-
-
-
- // self.detailTable.style = UITableViewStylePlain;
-
- self.edgesForExtendedLayout = UIRectEdgeNone;
-
-
- if(self.ispush)
- {
- UIView *line = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 0, 0.000001)];
- [line setBackgroundColor:[UIColor clearColor]];
- self.detailTable.tableHeaderView = line;
- }
- //
- //
- // self.automaticallyAdjustsScrollViewInsets = false;
- self.step=1;
- self.quantity=1;
-
-
-
- UIRefreshControl *ref = [[UIRefreshControl alloc]init];
- ref.tag = 300 ;
- ref.attributedTitle = [[NSAttributedString alloc]initWithString:@"Pull to refresh"];
- ref.tintColor = [UIColor colorWithRed:0.10 green:0.68 blue:0.94 alpha:0.7];
- // ref.hidden = true;
- [ref addTarget:self action:@selector(manually_refresh) forControlEvents:UIControlEventValueChanged];
- [self.detailTable addSubview:ref];
-
-
- self.label_net_err.layer.borderColor = [UIColor darkGrayColor].CGColor;
- self.label_net_err.layer.borderWidth = 2.0;
- self.label_net_err.layer.cornerRadius=15;
- self.label_net_err.layer.masksToBounds=true;
-
-
-
-
- UITapGestureRecognizer *tap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(refresh_btn_click:)];
- // tap.minimumPressDuration = 0.8; //定义按的时间
- [self.label_net_err addGestureRecognizer:tap];
-
- // Do any additional setup after loading the view.
- }
- - (void)viewWillAppear:(BOOL)animated
- {
- if(self.ispush)
- {
- [super viewWillAppear:animated];
- [[self navigationController] setNavigationBarHidden:NO animated:NO];
-
- }
- }
- - (void) viewWillDisappear:(BOOL)animated
- {
- if(self.ispush)
- [[self navigationController] setNavigationBarHidden:YES animated:NO];
-
- }
- - (void)didReceiveMemoryWarning {
- [super didReceiveMemoryWarning];
- // Dispose of any resources that can be recreated.
- }
- /*
- #pragma mark - Navigation
- // In a storyboard-based application, you will often want to do a little preparation before navigation
- - (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
- // Get the new view controller using [segue destinationViewController].
- // Pass the selected object to the new view controller.
- }
- */
- - (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
-
- //将page2设定成Storyboard Segue的目标UIViewController
- id page2 = segue.destinationViewController;
-
- //将值透过Storyboard Segue带给页面2的string变数
- [page2 setValue: _selector forKey:@"selector"];
- [page2 setValue: self forKey:@"selectordelegate"];
-
-
-
- }
- - (IBAction)onShareClick:(id)sender {
- // AppDelegate *appDelegate = (AppDelegate*)[[UIApplication sharedApplication] delegate];
- //
- // [appDelegate test_onDecodedDataResult:@"371252"];
- // [self onDecodedData:@"3712524-235"];
- return;
- }
- -(void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation
- {
- // [self.detailTable reloadData];
- // return;
- [super didRotateFromInterfaceOrientation:fromInterfaceOrientation];
-
- // NSMutableIndexSet *sectionToReload = [[NSMutableIndexSet alloc] init];
- // int section_count =[[self.detail_data valueForKey:@"detail_section_count"] intValue];
- //
- // for(int i=0;i<section_count;i++)
- // {
- // NSDictionary* section_json = [self.detail_data objectForKey:[NSString stringWithFormat:@"detail_%ld",(long)i]];
- //
- //
- //
- // NSString* type=[section_json valueForKey:@"type"] ;
- //
- // if([type isEqualToString:@"kv"])
- // {
- //
- // [sectionToReload addIndex:i+1];
- // }
- // }
- //
- //
- // [self.detailTable reloadSections:sectionToReload withRowAnimation:UITableViewRowAnimationNone];
- //
- [self.detailTable reloadData];
-
-
-
- }
- #pragma mark - Selector delegate
- -(void) selected:(NSString*) detail_id category:(NSString*) category
- {
- self.product_id = detail_id;
- self.use_model_name = false;
- [self reload];
- NSLog(@"color selected");
- }
- #pragma mark - Header cell delegate
- -(void) SelectorClicked:(UIView*) trigger
- {
- // int selcount = [[self.selector valueForKey:@"count"] intValue];
-
-
-
-
- int selector_count = [[self.selector valueForKey:@"count"] intValue];
-
-
- int current_sel = -1;
- for(int i=0;i<selector_count;i++)
- {
- NSDictionary* params_json=[[self.selector objectForKey:[NSString stringWithFormat:@"item_%d",i]] objectForKey:@"params"] ;
-
- // NSString* aaa=[[[params_json objectForKey:@"param_0"] valueForKey:@"val"] stringValue];
-
-
-
- if([[[[params_json objectForKey:@"param_0"] valueForKey:@"val"] stringValue] isEqualToString:self.product_id])
- {
-
- current_sel = i;
- }
- }
-
-
- // NSArray * arr = [[NSArray alloc] init];
- // arr = [NSArray arrayWithObjects:@"Hello 0", @"Hello 1", @"Hello 2", @"Hello 3", @"Hello 4", @"Hello 5", @"Hello 6", @"Hello 7", @"Hello 8", @"Hello 9",nil];
- // NSArray * arrImage = [[NSArray alloc] init];
- // arrImage = [NSArray arrayWithObjects:[UIImage imageNamed:@"apple.png"], [UIImage imageNamed:@"apple2.png"], [UIImage imageNamed:@"apple.png"], [UIImage imageNamed:@"apple2.png"], [UIImage imageNamed:@"apple.png"], [UIImage imageNamed:@"apple2.png"], [UIImage imageNamed:@"apple.png"], [UIImage imageNamed:@"apple2.png"], [UIImage imageNamed:@"apple.png"], [UIImage imageNamed:@"apple2.png"], nil];
- if(self.dropDown == nil)
- {
- CGFloat height = 70*selector_count;
- self.dropDown =[[NIDropDown alloc] showDropDown:self.detailTable based:(id)trigger height:height data:self.selector direction:@"down" current_sel:current_sel];
-
-
- //Capturing strongly warring;
- __block DetailViewController *brself= self;
-
- self.dropDown.selectChanged =^(long index){
-
-
- NSDictionary* item = [brself.selector objectForKey:[NSString stringWithFormat:@"item_%ld",index]];
-
- NSDictionary* params = [item objectForKey:@"params"];
-
- NSString* detail_id=[[[params objectForKey:@"param_0"] valueForKey:@"val" ] stringValue];
-
-
- brself.product_id = detail_id;
- brself.use_model_name = false;
- [brself reload];
- NSLog(@"color selected");
- brself.dropDown = nil;
-
-
-
- };
- //[[NIDropDown alloc]showDropDown:(id)trigger :&f :arr :arrImage :@"down"];
- // self.dropDown.delegate = self;
- }
- else {
- [self.dropDown hideDropDown:(id)trigger];
- self.dropDown= nil;
- // [self rel];
- }
-
- return;
-
-
- /*
- // CGRect rect = trigger.frame;
- //
- // NSLog(@"%@",NSStringFromCGRect(rect));
- //
- //
- //
- // NSLog(@"%@",NSStringFromCGPoint (trigger.center));
- //
- //
- // CGRect new=[trigger convertRect:rect toView:self.view];
- //
- // NSLog(@"convert %@",NSStringFromCGRect(new));
- //
- CGRect cellrect_screen = [RAUtils relativeFrameForScreenWithView:trigger];
-
-
- CGRect rect1=[self.view convertRect:cellrect_screen fromView:[[[UIApplication sharedApplication] delegate] window]];
-
- NSLog(@"convert1 %@",NSStringFromCGRect(rect1));
- SelectorViewController *menu = [ self.storyboard instantiateViewControllerWithIdentifier:@"SelectorViewController"];
- NSString * name = [self.selector valueForKey:@"name"];
- menu.title=name;
- menu.selector = self.selector;
-
- menu.selectordelegate = self;
-
- // 1.创建一个UIPopover
- UIPopoverController *popover = [[UIPopoverController alloc] initWithContentViewController:[[UINavigationController alloc] initWithRootViewController:menu]];
-
-
- // 2.设置尺寸
- // popover.popoverContentSize = CGSizeMake(320, 44 * 5);
-
- // 3.从哪里显示出来 --> 指向item
-
- [popover presentPopoverFromRect:rect1 inView:self.view permittedArrowDirections:0 animated:YES];
- // [popover presentPopoverFromBarButtonItem:item permittedArrowDirections:UIPopoverArrowDirectionAny animated:YES];
-
- self.popover = popover;
-
- // [self performSegueWithIdentifier:@"selector_popover" sender:self];
- */
- }
- -(void) stepClicked:(int) value
- {
- self.quantity = value;
- }
- #pragma mark - Topic cell delegate
- -(void) TopicItemClicked:(NSString*) product_id category:(NSString*) category
- {
- DetailViewController* dvc = [self.storyboard instantiateViewControllerWithIdentifier:@"DetailViewController" ];
- // dvc
-
- dvc.product_id=product_id;
- dvc.category_id=category;
- dvc.ispush=true;
- [dvc reload];
- [self.navigationController pushViewController:dvc animated:true];
- }
- #pragma mark - Table view data source
- //- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section
- //{
- // return 0;
- //}
- //- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section
- //{
- // return 0;
- //}
- //- (UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section
- //{
- // UIView* myView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, tableView.bounds.size.width, 0.0001)];
- // return myView;
- //
- //}
- //- (UIView *) tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
- //{
- // UIView* myView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, tableView.bounds.size.width, 0.0001)];
- //// myView.backgroundColor = [UIColor colorWithRed:0.10 green:0.68 blue:0.94 alpha:0.7];
- //// UILabel *titleLabel = [[UILabel alloc] initWithFrame:CGRectMake(10, 0, 90, 22)];
- //// titleLabel.textColor=[UIColor whiteColor];
- //// titleLabel.backgroundColor = [UIColor clearColor];
- //// if(section==0)
- //// titleLabel.text=NSLocalizedString(@"display_items", nil);
- //// else
- //// titleLabel.text=NSLocalizedString(@"hide_items", nil);
- //// [titleLabel sizeToFit];
- //// [myView addSubview:titleLabel];
- ////
- // return myView;
- //}
- - (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section {
- if(section==0)
- return nil;
-
- NSDictionary* related_json = [self.detail_data objectForKey:@"related_model"];
- if(related_json==nil)
- {
- NSDictionary* section_json = [self.detail_data objectForKey:[NSString stringWithFormat:@"detail_%ld",(long)(section-1)]];
- return [section_json valueForKey:@"title"] ;
- }
- else
- {
- if(section==1)
- return @"related model";
- else
- {
- NSDictionary* section_json = [self.detail_data objectForKey:[NSString stringWithFormat:@"detail_%ld",(long)section-2]];
- return [section_json valueForKey:@"title"] ;
- }
- }
- }
- //- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section
- //{
- // return 33;
- //}
- -(UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
- {
- NSString *sectionTitle = [self tableView:tableView titleForHeaderInSection:section];
- if (sectionTitle == nil) {
- return nil;
- }
- UIView* myView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, tableView.bounds.size.width, 0.0001)];
- myView.backgroundColor = UIColorFromRGB(0x996633);
- myView.layer.shadowPath =[UIBezierPath bezierPathWithRect:myView.bounds].CGPath;
- myView.layer.shadowColor = [UIColor blackColor].CGColor;
- myView.layer.shadowOffset = CGSizeMake(0, 0);
- myView.layer.shadowOpacity = 0.5;
- myView.layer.shadowRadius = 2.0;
-
- UILabel *titlelabel = [[UILabel alloc] initWithFrame:CGRectMake(10, 5.5, 90, 22)];
- titlelabel.textColor=[UIColor whiteColor];
- titlelabel.backgroundColor = [UIColor clearColor];
- titlelabel.text=sectionTitle;
- [titlelabel sizeToFit];
- [myView addSubview:titlelabel];
-
- return myView;
- }
- - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView
- {
-
- int section_count =[[self.detail_data valueForKey:@"detail_section_count"] intValue];
- NSDictionary* related_json = [self.detail_data objectForKey:@"related_model"];
- if(related_json==nil)
- return section_count+1;
- else
- return section_count+2;
- }
- //- (BOOL)tableView:(UITableView *)tableView canMoveRowAtIndexPath:(NSIndexPath *)indexPath
- //{
- // DebugLog(@"canMoveRowAtIndexPath");
- //
- // if([tableView numberOfRowsInSection:indexPath.section]>1)
- // return true;
- // else
- // return false;
- //}
- //- (void)tableView:(UITableView *)tableView moveRowAtIndexPath:(NSIndexPath *)fromIndexPath toIndexPath:(NSIndexPath *)toIndexPath
- //{
- // NSMutableArray * from;
- // NSMutableArray * to ;
- // if(fromIndexPath.section==0)
- // from = self.displayfields;
- // else
- // from = self.hidefields;
- // if(toIndexPath.section==0)
- // to = self.displayfields;
- // else
- // to = self.hidefields;
- // id content=from[fromIndexPath.row];
- // [from removeObjectAtIndex:fromIndexPath.row];
- // [to insertObject:content atIndex:toIndexPath.row];
- //
- // [tableView reloadData];
- //
- //}
- - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
- {
-
- if(section==0)
- return 1;
- NSDictionary* related_json = [self.detail_data objectForKey:@"related_model"];
- if(related_json==nil)
- {
- NSDictionary* section_json = [self.detail_data objectForKey:[NSString stringWithFormat:@"detail_%ld",(long)section-1]];
- NSString* type=[section_json valueForKey:@"type"] ;
- if([type isEqualToString:@"content"])
- return 1;
- return [[section_json valueForKey:@"count"] intValue];
- }
- else
- {
- if(section==1)
- return 1;
- else
- {
- NSDictionary* section_json = [self.detail_data objectForKey:[NSString stringWithFormat:@"detail_%ld",(long)section-2]];
- NSString* type=[section_json valueForKey:@"type"] ;
- if([type isEqualToString:@"content"])
- return 1;
- return [[section_json valueForKey:@"count"] intValue];
- }
- }
-
-
-
- }
- //- (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath
- //{
- // return UITableViewCellEditingStyleNone;
- //}
- //- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
- //{
- // //如果两次点击的时间间隔小于1秒,则断定为双击事件
- //
- // if(tableView.editing==false)
- // return;
- //
- //
- // if([tableView numberOfRowsInSection:indexPath.section]<=1)
- // return;
- // // int between = 1;
- // NSUInteger curr = [[NSDate date] timeIntervalSince1970];
- //
- // if(indexPath.row==self.lasttap.row&&indexPath.section==self.lasttap.section)
- // {
- // if (curr-self.taptime<1) {
- // DebugLog(@"double click!");
- // self.lasttap =nil;
- //
- // NSMutableArray * from;
- // NSMutableArray * to ;
- // int section;
- // if(indexPath.section==0)
- // {
- // from = self.displayfields;
- // to = self.hidefields;
- // section = 1;
- // }
- // else
- // {
- //
- // from = self.hidefields;
- // to = self.displayfields;
- // section = 0;
- // }
- // NSIndexPath * toIndexPath = [NSIndexPath indexPathForRow:0 inSection:section];
- // // NSIndexPath * headerIndexPath = [NSIndexPath indexPathForRow:0 inSection:indexPath.section];
- // // NSIndexPath * headerIndexPath1 = toIndexPath;
- //
- // id content=from[indexPath.row];
- // [tableView beginUpdates];
- // [from removeObjectAtIndex:indexPath.row];
- // [tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:UITableViewRowAnimationFade];
- //
- // [to insertObject:content atIndex:0];
- // [tableView insertRowsAtIndexPaths:[NSArray arrayWithObject:toIndexPath] withRowAnimation:UITableViewRowAnimationFade];
- // [tableView endUpdates];
- //
- // // [tableView reloadRowsAtIndexPaths:[NSArray arrayWithObject:headerIndexPath] withRowAnimation:UITableViewRowAnimationFade];
- // // [tableView reloadRowsAtIndexPaths:[NSArray arrayWithObject:headerIndexPath1] withRowAnimation:UITableViewRowAnimationFade];
- // [tableView reloadData];
- //
- //
- // }
- // self.taptime = curr;
- //
- //
- // }
- // else
- // {
- // self.taptime = curr;
- // self.lasttap = indexPath;
- // }
- //}
- - (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section
- {
- if(section ==0)
- return 0;
- else
- return 33;
- }
- - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath;
- {
- if(indexPath.section ==0)
- return 550;
-
- NSDictionary* nsdic = self.detail_data;
- NSDictionary* related_json = [self.detail_data objectForKey:@"related_model"];
- if(related_json==nil)
- {
- NSDictionary* section_json = [self.detail_data objectForKey:[NSString stringWithFormat:@"detail_%ld",(long)indexPath.section-1]];
-
- NSDictionary* item_json =[section_json objectForKey:[NSString stringWithFormat:@"item_%ld",(long)indexPath.row ]];
-
- NSString* type=[section_json valueForKey:@"type"] ;
-
- if([type isEqualToString:@"kv"])
- {
- float width = tableView.frame.size.width;
- width-=CELL_MARGIN*2;
- CGSize constraintkey = CGSizeMake(width*0.4-2*LABEL_MARGIN, 20000.0f);//key label width is 40% cell width;
- CGSize constraintval = CGSizeMake(width*0.6-2*LABEL_MARGIN, 20000.0f);//val label width is 60% cell width;
-
-
-
- // NSDictionary* item = [self.content get_item_seg:indexPath.section row:indexPath.row];
- NSString* key =[item_json valueForKey:@"key"] ;
-
- // [cell.keyLabel sizeToFit];
- NSString* val=[item_json valueForKey:@"val"] ;
-
- if([val isEqual:[NSNull null]])
- val=@"";
- if(val==nil)
- val=@"";
- if([val isEqualToString:@"null"])
- val=@"";
-
-
-
- CGRect frame;
- frame.size = constraintval;
- frame.origin.x=0;
- frame.origin.y=0;
- RTLabel* rtlabel = [[RTLabel alloc] initWithFrame:frame];
- [rtlabel setLineBreakMode: RTTextLineBreakModeWordWrapping];
- // rtlabel.lineSpacing = 20.0;
- [rtlabel setText: val];
- CGSize sizeval=rtlabel.optimumSize;
-
-
- CGSize sizekey = [key sizeWithFont:[UIFont systemFontOfSize:17.0] constrainedToSize:constraintkey lineBreakMode:NSLineBreakByWordWrapping];
- // CGSize sizeval = [val sizeWithFont:[UIFont systemFontOfSize:17.0] constrainedToSize:constraintval lineBreakMode:NSLineBreakByWordWrapping];
- float height = MAX(sizekey.height,sizeval.height);
- height = MAX(height+LINE_WIDTH, DEF_CELL_HEIGHT);
-
-
- return height;
- }
- else if([type isEqualToString:@"img"])
- {
- int img_count = [[item_json valueForKey:@"count"] intValue];
- double ret = 0;
- for(int j=0;j<img_count;j++)
- {
- NSDictionary* img_json =[item_json objectForKey:[NSString stringWithFormat:@"image_%d",j ]];
- float width = [[img_json valueForKey:@"width"]floatValue];
- float height = [[img_json valueForKey:@"height"]floatValue];
- ret+=height*tableView.bounds.size.width / width;
- }
-
- return ret;
- }
- else if([type isEqualToString:@"content"])
- return 270;
- return 44;
- }
- else
- {
- if(indexPath.section==1)
- return 270;
- else
- {
- NSDictionary* section_json = [self.detail_data objectForKey:[NSString stringWithFormat:@"detail_%ld",(long)indexPath.section-2]];
-
- NSDictionary* item_json =[section_json objectForKey:[NSString stringWithFormat:@"item_%ld",(long)indexPath.row ]];
-
- NSString* type=[section_json valueForKey:@"type"] ;
-
- if([type isEqualToString:@"kv"])
- {
- float width = tableView.frame.size.width;
- width-=CELL_MARGIN*2;
- CGSize constraintkey = CGSizeMake(width*0.4-2*LABEL_MARGIN, 20000.0f);//key label width is 40% cell width;
- CGSize constraintval = CGSizeMake(width*0.6-2*LABEL_MARGIN, 20000.0f);//val label width is 60% cell width;
-
-
-
- // NSDictionary* item = [self.content get_item_seg:indexPath.section row:indexPath.row];
- NSString* key =[item_json valueForKey:@"key"] ;
-
- // [cell.keyLabel sizeToFit];
- NSString* val=[item_json valueForKey:@"val"] ;
-
- if([val isEqual:[NSNull null]])
- val=@"";
- if(val==nil)
- val=@"";
- if([val isEqualToString:@"null"])
- val=@"";
-
-
-
- CGRect frame;
- frame.size = constraintval;
- frame.origin.x=0;
- frame.origin.y=0;
- RTLabel* rtlabel = [[RTLabel alloc] initWithFrame:frame];
- [rtlabel setLineBreakMode: RTTextLineBreakModeWordWrapping];
- // rtlabel.lineSpacing = 20.0;
- [rtlabel setText: val];
- CGSize sizeval=rtlabel.optimumSize;
-
-
- CGSize sizekey = [key sizeWithFont:[UIFont systemFontOfSize:17.0] constrainedToSize:constraintkey lineBreakMode:NSLineBreakByWordWrapping];
- // CGSize sizeval = [val sizeWithFont:[UIFont systemFontOfSize:17.0] constrainedToSize:constraintval lineBreakMode:NSLineBreakByWordWrapping];
- float height = MAX(sizekey.height,sizeval.height);
- height = MAX(height+LINE_WIDTH, DEF_CELL_HEIGHT);
-
-
- return height;
- }
- else if([type isEqualToString:@"img"])
- {
- int img_count = [[item_json valueForKey:@"count"] intValue];
- double ret = 0;
- for(int j=0;j<img_count;j++)
- {
- NSDictionary* img_json =[item_json objectForKey:[NSString stringWithFormat:@"image_%d",j ]];
- float width = [[img_json valueForKey:@"width"]floatValue];
- float height = [[img_json valueForKey:@"height"]floatValue];
- ret+=height*tableView.bounds.size.width / width;
- }
-
- return ret;
- }
- return 44;
- }
- }
-
- }
- - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
- {
- // DebugLog(@"cellForRowAtIndexPath");
-
-
- AppDelegate *appDelegate = (AppDelegate*)[[UIApplication sharedApplication] delegate];
-
- if(indexPath.section==0)
- {
- NSString *CellIdentifier = @"DetailHeaderCell";
- DetailHeaderCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier forIndexPath:indexPath];
-
- NSMutableDictionary* section_json = [[self.detail_data objectForKey:@"img_section"] mutableCopy];
-
-
-
-
-
- self.anchor_button.frame=cell.selector_Button.frame;
- cell.celldelegate=self;
- cell.quantity_text.text = [NSString stringWithFormat:@"%d",self.quantity];
- cell.step = self.step;
- cell.quantity = self.quantity;
-
- // cell.stepper.stepValue = self.step;
- // cell.stepper.value = self.quantity;
-
- NSString* price = [section_json valueForKey:@"price"];
-
-
- // AppDelegate *appDelegate = (AppDelegate*)[[UIApplication sharedApplication] delegate];
- if(appDelegate.contact_id ==nil)
- {
- // appDelegate.bLogin = false;
- // cell.btnaddCart.enabled = false;
- }
- else
- {
- if ([price isEqualToString:@"No Price."]) {
- // cell.btnaddCart.enabled = false;
- }
- else
- {
- // cell.btnaddCart.enabled = true;
- }
- }
-
- int cqty = [[section_json valueForKey:@"Model QTY in cart"] intValue];
-
- cell.cqty = cqty;
- cell.set_cqty=^(int cqty)
- {
- [section_json setValue:[NSString stringWithFormat:@"%d",cqty] forKey:@"Model QTY in cart"];
-
- [self.detail_data setObject:section_json forKey:@"img_section"];
-
- [self.detailTable reloadRowsAtIndexPaths:@[indexPath] withRowAnimation:UITableViewRowAnimationAutomatic];
-
- };
- cell.set_update_data=^(bool bupdate)
- {
- //self.update_data = bupdate;
- if(bupdate)
- [((MainViewController*)appDelegate.main_vc) reloadCategory:true immediately:false];
- else
- [((MainViewController*)appDelegate.main_vc) reloadCategory:false immediately:false];
- };
- if(cqty>0)
- {
- cell.cqyt_label.hidden=false;
- cell.cqyt_label.text=[NSString stringWithFormat:@"Model QTY in Cart:%d",cqty];
- }
- else
- {
- cell.cqyt_label.hidden=true;
- cell.cqyt_label.text=nil;
- }
-
-
- cell.descriptionRTLabel.text =[NSString stringWithFormat:@"%@\n\n",[section_json valueForKey:@"model_descrition"]];
-
- // cell.descriptionLabel.text =[NSString stringWithFormat:@"%@\n\n",[section_json valueForKey:@"model_descrition"]];
- cell.model_label.text =[section_json valueForKey:@"model_name"];
-
-
- // UIImage* qrimg=[QRCodeGenerator qrImageForString:[section_json valueForKey:@"model_name"] imageSize:80];
- // cell.qrcode_imageview.image = qrimg;
- if(appDelegate.bLogin==true)
- {
-
- if(appDelegate.can_see_price&&appDelegate.price_hidden==false)
- {
-
- }
- else
- {
- price=nil;
- }
- }
- cell.priceLabel.text =price;
-
-
-
- // cell.shipLabel.text = [section_json valueForKey:@"ship"];
- cell.count_Label.text =[section_json valueForKey:@"Availability"] ;
-
-
- NSString* eta =[section_json valueForKey:@"ETA"] ;
- if(eta.length>0)
- {
-
- cell.eta_label.hidden = false;
- cell.etaval_label.text = eta;
- cell.etaval_label.hidden = false;
-
- cell.incoming_stock_label.hidden=false;
- cell.incomingcount_Label.text =[section_json valueForKey:@"incoming_stock"] ;
- cell.incomingcount_Label.hidden = false;
-
- }
- else
- {
- cell.eta_label.hidden = true;
- cell.etaval_label.text = nil;
- cell.etaval_label.hidden = true;
-
- cell.incoming_stock_label.hidden = true;
- cell.incomingcount_Label.text = nil;
- cell.incomingcount_Label.hidden = true;
- }
- self.selector = [section_json objectForKey:@"selector"];
-
- cell.selector_nameLabel.text =[self.selector valueForKey:@"name"];
-
- int selector_count = [[self.selector valueForKey:@"count"] intValue];
-
- cell.selector_imageView.image = [UIImage imageNamed:@"loading_s"];
-
- for(int i=0;i<selector_count;i++)
- {
- NSDictionary* params_json=[[self.selector objectForKey:[NSString stringWithFormat:@"item_%d",i]] objectForKey:@"params"] ;
-
- // NSString* aaa=[[[params_json objectForKey:@"param_0"] valueForKey:@"val"] stringValue];
-
-
-
- if([[[[params_json objectForKey:@"param_0"] valueForKey:@"val"] stringValue] isEqualToString:self.product_id])
- {
- cell.selector_valLabel.text=[[self.selector objectForKey:[NSString stringWithFormat:@"item_%d",i]] valueForKey:@"title"];
-
- NSString* selectstr=[NSString stringWithFormat:@"%@: %@",[self.selector valueForKey:@"name"],[[self.selector objectForKey:[NSString stringWithFormat:@"item_%d",i]] valueForKey:@"title"]];
-
- cell.selector_label.text = selectstr;
-
- NSString* img_url = [[self.selector objectForKey:[NSString stringWithFormat:@"item_%d",i]] valueForKey:@"pic_url"];
-
-
- NSString* file_name=[img_url lastPathComponent];
- NSData* img_data=[iSalesDB load_cached_img:file_name];
- if(img_data!=nil)
- {
- dispatch_async(dispatch_get_main_queue(), ^{
- UIImage * img =[UIImage imageWithData:img_data];
- cell.selector_imageView.image=img;
-
-
-
- });
- }
- else
- {
- NSData* downloadimg_data = [NSData dataWithContentsOfURL:[NSURL URLWithString:img_url]];
- dispatch_async(dispatch_get_main_queue(), ^{
-
-
-
- if(downloadimg_data!=nil)
- {
- [iSalesDB cache_img:downloadimg_data :file_name ];
-
- UIImage * img =[UIImage imageWithData:downloadimg_data];
- cell.selector_imageView.image=img;
- }
- else
- cell.selector_imageView.image = [UIImage imageNamed:@"notfound_s"];
-
- });
- }
-
- }
- }
-
- // cell.selector_valLabel.text =[[section_json objectForKey:@"selector"] valueForKey:@"name"];
-
-
- NSDictionary* property_json = [section_json objectForKey:@"property"];
- // int pcount = [[property_json valueForKey:@"count"]intValue];
- cell.property_nameLabel.text=[[property_json objectForKey:@"item_0"] valueForKey:@"key"];
- cell.property_valLabel.text=[[property_json objectForKey:@"item_0"] valueForKey:@"val"];
-
- cell.product_id = self.product_id;
- // cell.itemIDLabel.text = [NSString stringWithFormat:@"Item id:%d",3947105];
- [cell setup];
- NSDictionary* imgs_json = [section_json objectForKey:@"images"];
- int count = [[imgs_json valueForKey:@"img_count"]intValue];
- if(count<2-1)//1 for qrcode;
- cell.pageControl.hidden = true;
- else
- cell.pageControl.hidden = false;
-
- dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
-
- for(int i=0;i<count;i++)
- {
-
- NSDictionary* img_json=[imgs_json objectForKey:[NSString stringWithFormat:@"img_%d",i]];
-
- NSString* img_url = [img_json valueForKey:@"s"];
- NSString* file_name=[img_url lastPathComponent];
- NSData* img_data=[iSalesDB load_cached_img:file_name];
- if(img_data!=nil)
- {
- dispatch_async(dispatch_get_main_queue(), ^{
- UIImage * img =[UIImage imageWithData:img_data];
- [cell AddPhoto:img];
-
-
- if(i==count-1)
- {
- UIImage* qrimg=[QRCodeGenerator qrImageForString:[section_json valueForKey:@"model_name"] imageSize:350];
- if(qrimg!=nil)
- [cell AddPhoto:qrimg];
- }
- // if(i==0)
- // cell.imageView.image = img;
- });
- }
- else
- {
- NSData* downloadimg_data = [NSData dataWithContentsOfURL:[NSURL URLWithString:img_url]];
- dispatch_async(dispatch_get_main_queue(), ^{
-
-
-
- if(downloadimg_data!=nil)
- {
- [iSalesDB cache_img:downloadimg_data :file_name ];
-
- UIImage * img =[UIImage imageWithData:downloadimg_data];
- [cell AddPhoto:img];
-
- if(i==count-1)
- {
- UIImage* qrimg=[QRCodeGenerator qrImageForString:[section_json valueForKey:@"model_name"] imageSize:350];
- if(qrimg!=nil)
- [cell AddPhoto:qrimg];
- }
- // if(i==0)
- // cell.imageView.image = img;
- }
- else
- {
-
-
- UIImage * img =[UIImage imageNamed:@"notfound_l"];
- [cell AddPhoto:img];
-
- if(i==count-1)
- {
- UIImage* qrimg=[QRCodeGenerator qrImageForString:[section_json valueForKey:@"model_name"] imageSize:350];
- if(qrimg!=nil)
- [cell AddPhoto:qrimg];
- }
- // if(i==0)
- // cell.imageView.image = img;
- }
-
- });
- }
- }
-
-
- });
- // cell.backgroundColor = [UIColor whiteColor];
-
-
- cell.shopCartBlock = ^(UIImageView *imageView){
- self.add_cart=true;
- CGRect rect = [tableView rectForRowAtIndexPath:indexPath];
- rect.origin.y = rect.origin.y - [self.detailTable contentOffset].y;
- CGRect headRect = imageView.frame;
- headRect.origin.y = rect.origin.y+headRect.origin.y;
- [self startAnimationWithRect:headRect ImageView:imageView];
-
- [self.navigationController popToRootViewControllerAnimated:true];
-
- // [((MainViewController*)appDelegate.main_vc) reloadOrder:true immediately:false];
- [((MainViewController*)appDelegate.main_vc) switchToCart];
-
-
- };
-
- cell.WatchlistBlock = ^(UIImageView *imageView){
- self.add_wish=true;
- CGRect rect = [tableView rectForRowAtIndexPath:indexPath];
- rect.origin.y = rect.origin.y - [self.detailTable contentOffset].y;
- CGRect headRect = imageView.frame;
- headRect.origin.y = rect.origin.y+headRect.origin.y;
- [self startAnimationWithRect:headRect ImageView:imageView];
- };
-
- return cell;
- }
- // NSDictionary* related_json = [self.detail_data objectForKey:@"related_model"];
- // if(related_json==nil)
- else
- {
-
-
-
-
- NSDictionary* section_json = [self.detail_data objectForKey:[NSString stringWithFormat:@"detail_%ld",(long)indexPath.section-1]];
-
- NSDictionary* item_json =[section_json objectForKey:[NSString stringWithFormat:@"item_%ld",(long)indexPath.row ]];
-
- NSString *CellIdentifier = @"DetailInfoCell";
-
- NSString* type=[section_json valueForKey:@"type"] ;
-
- if([type isEqualToString:@"kv"])
- {
- float width = tableView.frame.size.width;
-
- width-=CELL_MARGIN*2;
- CGSize constraintkey = CGSizeMake(width*0.4-2*LABEL_MARGIN, 20000.0f);//key label width is 40% cell width;
- CGSize constraintval = CGSizeMake(width*0.6-2*LABEL_MARGIN, 20000.0f);//val label width is 60% cell width;
- // NSDictionary* item = [self.content get_item_seg:indexPath.section row:indexPath.row];
- NSString* key =[item_json valueForKey:@"key"] ;
-
- NSString* val=[item_json valueForKey:@"val"] ;
-
-
- NSString* type=[item_json valueForKey:@"type"] ;
-
- if([type isEqualToString:@"price"])
- {
-
- if(appDelegate.can_see_price&&appDelegate.price_hidden==false)
- {
-
- }
- else
- {
- val=nil;
- }
- }
-
-
- if([val isEqual:[NSNull null]])
- val=@"";
- if(val==nil)
- val=@"";
- if([val isEqualToString:@"null"])
- val=@"";
-
-
-
-
- CGRect frame;
- frame.size = constraintval;
- frame.origin.x=0;
- frame.origin.y=0;
- RTLabel* rtlabel = [[RTLabel alloc] initWithFrame:frame];
- [rtlabel setLineBreakMode: RTTextLineBreakModeWordWrapping];
- // rtlabel.lineSpacing = 20.0;
- [rtlabel setText: val];
- CGSize sizeval=rtlabel.optimumSize;
- CGSize sizekey = [key sizeWithFont:[UIFont systemFontOfSize:17.0] constrainedToSize:constraintkey lineBreakMode:NSLineBreakByWordWrapping];
-
- float height = MAX(sizekey.height,sizeval.height);
- height = MAX(height, DEF_CELL_HEIGHT-LINE_WIDTH);
- sizekey.height = height;
- sizekey.width = constraintkey.width;
- // sizeval.height = height;
- sizeval.width =constraintval.width;
-
- // NSString *CellIdentifier = @"detail_item_kv";
- DetailKVCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier forIndexPath:indexPath];
- if(cell==nil)
- DebugLog(@"cell is nil.........................");
-
-
-
-
- CGRect framekey = cell.keyLabel.frame;
- framekey.origin.x=CELL_MARGIN+LABEL_MARGIN;
- framekey.origin.y=LINE_WIDTH;
- framekey.size = sizekey;
- cell.keyLabel.frame = framekey;
- cell.keyLabel.text=key;
- CGRect frameval = cell.valLabel.frame;
- frameval.origin.x=constraintkey.width+CELL_MARGIN+3*LABEL_MARGIN; //2 margin for key 1 margin for value self
- frameval.origin.y=LINE_WIDTH;
- frameval.size = sizeval;
- cell.valLabel.frame = frameval;
- // [cell.valLabel setTextAlignment:RTTextAlignmentCenter];
- cell.valLabel.text= val;
- CGPoint rcenter;
- rcenter.x = width * 0.4+width * 0.6/2;
- rcenter.y = height /2;
- cell.valLabel.center=rcenter;
- // cell.valLabel.backgroundColor =[UIColor redColor];
-
- // cell.contentView.superview.backgroundColor = [UIColor clearColor];
- // cell.backgroundColor = [UIColor whiteColor];
- UIView * lineview = [[LineView alloc] initWithFrame:cell.contentView.frame];
- lineview.userInteractionEnabled = NO;// 不设为NO会屏蔽cell的点击事件
- lineview.backgroundColor = [UIColor clearColor];// 设为透明从而使得cell.backgroundColor有效.
- lineview.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
- [cell.contentView addSubview:lineview];// cell.contentView是个readonly属性,所以别想着替换contentView了.
-
-
- cell.backgroundColor = [UIColor whiteColor];
- return cell;
- }
- else if ([type isEqualToString:@"img"])
- {
- DetailImageCell *cell = [tableView dequeueReusableCellWithIdentifier:@"DetailImageCell" forIndexPath:indexPath];
-
- int img_count = [[item_json valueForKey:@"count"] intValue];
- double posy = 0;
- for(int j=0;j<img_count;j++)
- {
- NSDictionary* img_json =[item_json objectForKey:[NSString stringWithFormat:@"image_%d",j ]];
- float width = [[img_json valueForKey:@"width"]floatValue];
- float height = [[img_json valueForKey:@"height"]floatValue];
- //
- UIImageView * imgview = [[UIImageView alloc] initWithFrame:CGRectMake(0, posy, tableView.bounds.size.width , height*tableView.bounds.size.width / width)];
- NSString* img_url = [img_json valueForKey:@"img_url"];
- posy+=height*tableView.bounds.size.width / width;
- NSString* file_name=[img_url lastPathComponent];
- NSData* img_data=[iSalesDB load_cached_img:file_name];
- if(img_data!=nil)
- {
-
- UIImage * img =[UIImage imageWithData:img_data];
- imgview.image = img;
- [cell addSubview:imgview];
- }
- else
- {
-
- dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
-
- NSData* downloadimg_data = [NSData dataWithContentsOfURL:[NSURL URLWithString:img_url]];
-
- dispatch_async(dispatch_get_main_queue(), ^{
-
-
-
- if(downloadimg_data!=nil)
- {
- [iSalesDB cache_img:downloadimg_data :file_name ];
-
- UIImage * img =[UIImage imageWithData:downloadimg_data];
- imgview.image = img;
- [cell addSubview:imgview];
- }
- else
- {
- imgview.image = [UIImage imageNamed:@"notfound_l"];
-
- [cell addSubview:imgview];
-
- }
- });
- });
-
-
- }
-
-
- }
- cell.backgroundColor = [UIColor whiteColor];
- return cell;
- }
- else if ([type isEqualToString:@"content"])
- {
- NSString *CellIdentifier = @"DetailTopicCell";
-
-
-
- // NSDictionary* section_json = [self.detail_data objectForKey:@"related_model"];
- DetailTopicCell * cell= [tableView dequeueReusableCellWithIdentifier:CellIdentifier forIndexPath:indexPath];
- cell.itemdelegate = self;
- cell.related_data = section_json;
- [cell.topicCollectionView reloadData];
-
- cell.backgroundColor = [UIColor whiteColor];
- return cell;
-
-
- }
- return nil;
-
- }
-
- }
- -(void)startAnimationWithRect:(CGRect)rect ImageView:(UIImageView *)imageView
- {
- if (!_layer) {
- // _btn.enabled = NO;
- _layer = [CALayer layer];
- _layer.contents = (id)imageView.layer.contents;
-
- _layer.contentsGravity = kCAGravityResizeAspectFill;
- _layer.bounds = rect;
- [_layer setCornerRadius:CGRectGetHeight([_layer bounds]) / 2];
- _layer.masksToBounds = YES;
- // 导航64
- _layer.position = CGPointMake(imageView.center.x, CGRectGetMidY(rect)+64);
- // [_tableView.layer addSublayer:_layer];
- [self.view.layer addSublayer:_layer];
- self.path = [UIBezierPath bezierPath];
- // [_path moveToPoint:_layer.position];
- [_path moveToPoint:imageView.center];
- [_path addLineToPoint:CGPointMake(imageView.center.x, imageView.center.y-100)];
-
- // (SCREEN_WIDTH - 60), 0, 50, 50)
- // [_path addQuadCurveToPoint:CGPointMake(SCREEN_WIDTH - 40, SCREEN_HEIGHT-40) controlPoint:CGPointMake(SCREEN_WIDTH/2,rect.origin.y-80)];
- // [_path addLineToPoint:CGPointMake(SCREEN_WIDTH-40, 30)];
- }
- [self groupAnimation];
- }
- -(void)groupAnimation
- {
- self.detailTable.userInteractionEnabled = NO;
- CAKeyframeAnimation *animation = [CAKeyframeAnimation animationWithKeyPath:@"position"];
- animation.path = _path.CGPath;
- // animation.rotationMode = kCAAnimationRotateAuto;
- //
- CABasicAnimation *expandAnimation = [CABasicAnimation animationWithKeyPath:@"transform.scale"];
- expandAnimation.duration = 0.3f;
- expandAnimation.fromValue = [NSNumber numberWithFloat:1];
- expandAnimation.toValue = [NSNumber numberWithFloat:2.0f];
- expandAnimation.timingFunction=[CAMediaTimingFunction functionWithName:kCAMediaTimingFunctionEaseIn];
-
- CABasicAnimation *narrowAnimation = [CABasicAnimation animationWithKeyPath:@"transform.scale"];
- narrowAnimation.beginTime = 0.3;
- narrowAnimation.fromValue = [NSNumber numberWithFloat:2.0f];
- narrowAnimation.duration = 0.9f;
- narrowAnimation.toValue = [NSNumber numberWithFloat:0.3f];
- //
- // narrowAnimation.timingFunction = [CAMediaTimingFunction functionWithName:kCAMediaTimingFunctionEaseOut];
-
- CAAnimationGroup *groups = [CAAnimationGroup animation];
- groups.animations = @[animation,expandAnimation,narrowAnimation];
- groups.duration = 1.0f;
- groups.removedOnCompletion=NO;
- groups.fillMode=kCAFillModeForwards;
- groups.delegate = self;
- [_layer addAnimation:groups forKey:@"group"];
- }
- -(void)animationDidStop:(CAAnimation *)anim finished:(BOOL)flag
- {
- // [anim def];
- if (anim == [_layer animationForKey:@"group"]) {
- self.detailTable.userInteractionEnabled = YES;
- // _btn.enabled = YES;
- [_layer removeFromSuperlayer];
- _layer = nil;
-
-
- // _cnt++;
- // if (_cnt) {
- // _cntLabel.hidden = NO;
- // }
- // CATransition *animation = [CATransition animation];
- // animation.duration = 0.25f;
- // _cntLabel.text = [NSString stringWithFormat:@"%d",_cnt];
- // [_cntLabel.layer addAnimation:animation forKey:nil];
- // CABasicAnimation *shakeAnimation = [CABasicAnimation animationWithKeyPath:@"transform.translation.y"];
- // shakeAnimation.duration = 0.25f;
- // shakeAnimation.fromValue = [NSNumber numberWithFloat:-5];
- // shakeAnimation.toValue = [NSNumber numberWithFloat:5];
- // shakeAnimation.autoreverses = YES;
- // [_btn.layer addAnimation:shakeAnimation forKey:nil];
- }
- }
- #pragma mark - Support scanner
- -(void) onDecodedData:(NSString*) value
- {
- // UIApplication * app = [UIApplication sharedApplication];
- // AppDelegate *appDelegate = (AppDelegate *)[app delegate];
- // MainViewController* main_vc=(MainViewController*)appDelegate.main_vc;
- //
- self.model_name = value;
- self.product_id = nil;
- self.use_model_name = true;
- [self reload];
- NSLog(@"color selected");
-
-
- }
- @end
|