58 reputation
11
bio website
location Istanbul, Turkey
age
visits member for 2 years, 1 month
seen Feb 22 at 15:18
stats profile views 39

Jun
4
awarded  Supporter
Jun
4
comment iOS 5 - navigation and tab bar not appear after presentModalViewController
thank you so much. that's it! dismissModalViewController solves my problem. yesterday all day i looked for that
Jun
4
accepted iOS 5 - navigation and tab bar not appear after presentModalViewController
Jun
3
comment iOS 5 - navigation and tab bar not appear after presentModalViewController
i put nslog just under the [self.navigationController setNavigationBarHidden:NO animated:NO]; in blackview.m's viewWillAppear method and the nslog works but navigation controller not appears
Jun
3
comment iOS 5 - navigation and tab bar not appear after presentModalViewController
nothing changes :(
Jun
3
asked iOS 5 - navigation and tab bar not appear after presentModalViewController
Jun
2
comment ios - tableview Accessory indicator not shown
thanks for advices i remove that code
Jun
2
comment ios - tableview Accessory indicator not shown
yes i remove that code and now it works but i have one more question: UITableViewCellAccessoryDisclosureIndicator but in white color is it possible to change its color and how?
Jun
2
accepted ios - tableview Accessory indicator not shown
Jun
2
revised ios - tableview Accessory indicator not shown
i add the code that adds the background image
Jun
2
asked ios - tableview Accessory indicator not shown
May
22
accepted Pass data to detailView when annotation tapped on mapview
May
22
comment Pass data to detailView when annotation tapped on mapview
it will be very nice if you can send me a demo because it is a little bit confusing for me. my email is ercaneraslan@gmail.com. thanks
May
22
comment Pass data to detailView when annotation tapped on mapview
in my viewdidload method for(int i=0; i<[arrLat count];i++) {CLLocationCoordinate2D theCoordinate1; konumpin* myAnnotation1=[[konumpin alloc] init]; theCoordinate1.latitude = [[arrLong objectAtIndex:i] doubleValue]; theCoordinate1.longitude = [[arrLat objectAtIndex:i] doubleValue]; myAnnotation1.coordinate=theCoordinate1; myAnnotation1.title=[arrMagaza objectAtIndex:i]; [annotations addObject:myAnnotation1]; } [mtMap addAnnotations:annotations];
May
22
comment Pass data to detailView when annotation tapped on mapview
Thnx for detailed answer i have one question: where and how i fill or set annView.address?
May
22
comment Pass data to detailView when annotation tapped on mapview
thanks for the answer. i am very new to ios so please could you tell me how can i set detail.address for example is there any sample app or code for this callout method
May
22
asked Pass data to detailView when annotation tapped on mapview
May
18
comment ios iphone app - set value to a variable in init function
thanks i did with custom method [[SDWebImageDataSource alloc]initWithString:@"SOMESTRING"];
May
18
accepted ios iphone app - set value to a variable in init function
May
17
comment ios iphone app - set value to a variable in init function
if i understand correctly you say: if i initialize my string as an empty string does my code work?