Notes![what is notes.io? What is notes.io?](/theme/images/whatisnotesio.png)
![]() ![]() Notes - notes.io |
// ViewController.m
// ProductsList
//
// Created by STU 28 on 29/04/16.
// Copyright (c) 2016 plato.edu.tr. All rights reserved.
//
#import "ViewController.h"
static NSString *myCellIdentifier=@"SimleCells";
@interface ViewController()<UITableViewDataSource,UITableViewDelegate>
@property (nonatomic,strong) UITableView *myTableView;
@property (nonatomic,strong) NSMutableArray *allRows;
@property (nonatomic,strong) NSArray *objects;
@end
@interface ViewController ()
@end
@implementation ViewController
-(id) initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil{
self=[super initWithNibName:<#nibNameOrNil#> bundle:<#nibBundleOrNil#>];
if (self) {
}
return self;
}
-(UITableViewCellEditingStyle) tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath{
return UITableViewCellEditingStyleDelete;
}
-(void) tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath{
//burada servis içindeki ürün silme metoddu işletilecektir.
}
-(NSMutableArray *) allRows{
NSURL *url=[[NSURL alloc]initWithString:@"http://holasa-001-site1.dtempurl.com/Service.svc/urunler"];
NSURLRequest *urlRequest=[NSURLRequest requestWithURL:url];
NSData *urlData;
NSURLResponse *response;
NSError *error=nil;
urlData=[NSURLConnection sendSynchronousRequest:urlRequest returningResponse:&response error:&error];
NSMutableArray *object=[NSJSONSerialization JSONObjectWithData:urlData options:1 error:&error];
if (_allRows==nil) {
const NSUInteger numberofItems=[object count];
_allRows=[[NSMutableArray alloc]initWithCapacity:numberofItems];
for (NSUInteger counter; counter<numberofItems; counter++) {
[_allRows addObject:[[NSString alloc]initWithFormat:@"%@",[object[counter] objectForKey:@"Ad"]]];
}
}
return _allRows;
}
-(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{
return [self.allRows count];
}
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
self.myTableView=[[UITableView alloc]initWithFrame:CGRectMake(0, 60, self.view.bounds.size.width, self.view.bounds.size.height) style:UITableViewStylePlain];
[self.myTableView registerClass:[UITableViewCell] forCellReuseIdentifier:myCellIdentifier];
self.myTableView.dataSource=self;
self.myTableView.delegate=self;
self.myTableView.autoresizingMask=UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
[self.view addSubview:self.myTableView];
}
- (void)didReceiveMemoryWarning {
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}
@end
![]() |
Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 14 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team