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

Sep
25
comment how to show locations in ios 6 apple maps with sharedApplication
wow i never thought that it could be so easy :) thanks for the answer
Sep
20
comment Server.Transfer not tranfer some urls
sorry i cant get your comment. sorry for my english :(
Sep
20
comment Server.Transfer not tranfer some urls
no it doesnt fail with the response.redirect() but server.transfer and request.redirect are not same as i know so forexample when i call a page like www.mysite.com/en/home i cant use response.redirect() am i right?
Sep
5
comment iOS - close popup window in storyboard project
one of my friend gives me a solution (it is not the optimal solution) put timer on doTransition function. it solves closing the popup window but as i said it is not the best one. if someone can find the solution please still share it in this question
Sep
4
comment iPad orientation error: wait_fences: failed to receive reply: 10004003
now i made their opaque property set to YES. and my background image bigger than 1024 x 1024 but it was given me by designers so i cant change it now. i try to put same uiviewcontrol to another project that i recently create and it works nice. i mean it is fast when i rotate. i think it is not with images it is something in my project but what should it be? any ideas?
Sep
4
comment iPad orientation error: wait_fences: failed to receive reply: 10004003
i tried that too but it still slow :( sometimes it takes 20 seconds after i rotate to left or right
Jul
22
comment iOS - connection fail alert message when no internet connection
thanks it works now with reachability
Jul
22
comment iOS - connection fail alert message when no internet connection
thanks, i tried to using Reachability class. i add the .m and .h files then how can i use it in my xib file? in viewDidLoad how can i use the Reachability Class to check the availability?
Jul
22
comment iOS - connection fail alert message when no internet connection
i have the delegates: NSURLConnectionDataDelegate,NSURLConnectionDelegate
Jul
19
comment iis6 url redirecting
i just made 404 redirecting in iis 7 version and i want to know it is possible in iis6? and iis6 can execute the url: mysite.com/products without any additional url rewriting module?
Jul
19
comment iis6 url redirecting
i dont want to use any additional url rewrite module if it is possible i want to use only iis6 if it does everything i want
Jul
19
comment iis6 url redirecting
so no difference with iis 7 right?
Jul
17
comment Writing data to a plist doesn't work on device
no the file exists. the code never get in the if statement: if (![fileManager fileExistsAtPath:destPath]) it gets in its else and i can wirte the path to log. so i think the path exists
Jul
17
comment Writing data to a plist doesn't work on device
how can i do it? would you send the code and where should i write it?
Jul
17
comment Writing data to a plist doesn't work on device
yes the file dilsecimi.plist is correct there is no uppercase letter in the file.
Jun
6
comment iOS - if user allow using his current location or not
yes it is a good idea but isnt this time it always run? i just want to run once so can i stop updating location or another idea? thanks
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
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
2
comment ios - tableview Accessory indicator not shown
thanks for advices i remove that code