-3
votes
0answers
18 views
what is the sources of the online shop www.makmart.com? [closed]
there is an online shop named makmart, and it sells replicas online, as well as some chinese brand products. all their products are high quality and low price. i am just wondering …
0
votes
1answer
24 views
How do I prevent a specific view from responding to shake gestures?
Hi. I use shake gesture for my application but i have problem!
My application is a multiview application and i want use shake gesture on the view 2.
If i active shake gesture on v …
0
votes
2answers
16 views
how to edit video on iPhone ? such as add subtitle …
as UIImagePickerController can got the video , but how to add subtitle to the video ?
any tips.... Thanks for your in advance .
0
votes
1answer
12 views
Setting variable UITableViewCell height
I am using a custom UITableViewCell, which has some labels. There is one label in the cell where the string length is variable, due to this i cannot set a constant height to the ce …
0
votes
1answer
30 views
Pass a string value from one view controller to another
I am using this way to pass a string value from one view controller to another but still it's not working. Please help! From the main menu login method I pass a result value of a w …
1
vote
3answers
74 views
Is this code Equivalent
I am not a fan of the following construction
if (self = [super init])
{
//do something with self assuming it has been created
}
Is the following equivalent?
self = [super …
0
votes
1answer
18 views
UITableView add new custom cell onto selected cell or another suggestion
Hi everyone,
I'm really confused about that;
I have an example view. it contains an UITableview, this tableview contains approximately four or five rows. I don't know am i right o …
0
votes
1answer
50 views
iPhone - avoid “more” tab from showing up in tab-based iPhone app
Hi
Is it possible to avoid the "more" tab to show up in my tab-based app? My app has 6 tabs and it feels stupid to have the More tab for just 1 extra tab.
Thanks.
1
vote
2answers
52 views
What should be the reason behind this leaky line ?
I have follwowing peace of code in which I have specified the leaky line . As I am new to iPhone developement I can't understand what actually is wrong with that line . please have …
0
votes
3answers
31 views
Is it possible to preload all the cells in a uitableview?
Is there a simple way to preload all the cells in a uitableview?
I need to do this in order to change whether or not all the cells are checked. If I just use cellForRowAtIndexPath …
1
vote
2answers
38 views
How to add background image on iphone Navigation bar ?
Hi guys ! i want add an image background to my navigation bar like this :
what is the code ?
thank you
ist it right ?
//set custom background image
UIImageView *background …
2
votes
3answers
54 views
How to detect stack objects falling down
Hi to All,
In my game, Objects are falling down and I have to catch that object and have to create a stack. I am doing this by using chipmunk physics engine. I am able to create s …
1
vote
2answers
59 views
I want to learn all the internals and structure of the iPhone
Does anyone know of a website or resource to learn about important files / directory structures or data within the iPhone?
Soon i'll be learning to develop iPhone applications and …
0
votes
3answers
69 views
Returning multiple values from a method in Objective-C
I asked a similar question, but I couldn't get it working exactly. I'm building an iPhone app, and there is a method that I want called from different files. I figured the easiest …
0
votes
1answer
18 views
Is it possible to get array of all index paths for the cells in a UITableView?
Is there a simple way to get array of all index paths for the cells in a UITableView?
