Tagged Questions
iOS is Apple's operating system for mobile devices, such as the iPhone, iPod touch, iPad and Apple TV (2nd generation and up). It shares a lot with Mac OS X, but is optimized for touch-based interfaces.
0
votes
1answer
12 views
Is there a blueprint to developing 3d iOS games such as Subway Surfers?
I apologise in advance for my ignorance :)
I'm a n00b to iOS development, but have experience in Ruby. I really want to learn how to develop games such as endless runners and 3d games in general such ...
0
votes
0answers
10 views
How to make a Matrix file?
I downloaded Python 3.3 for a programming course, but I need to have a matrix file. I'm fairly new to programming and I don't know how to make a matrix file. Is there a quick easy way to make the ...
0
votes
1answer
8 views
Push Notifications. Pushwoos or other server?
I am developing an app for ios, multiplayer and I need to implement push notifications, I've been looking through the web and found Pushwoosh but not clear to me if I send it for notifications to ...
0
votes
0answers
9 views
ECSlidingViewController How to go from one TopViewController to another TopViewController using animation in iOS
I am using ECSlidingViewController in my app for Facebook style swipe effect. I have 2 TopViewControllers, one left and one right side view controller and one initviewcontroller which is a ...
0
votes
0answers
20 views
Image inside another image
I'm based on this code:Custom MKAnnotationView with frame,icon and image
And I'm trying to do it a little different...I have an image non-transparent, and I want put an image inside.
My problem is ...
0
votes
0answers
6 views
ios Add Event to google calendar
I have searching how to add event t users google calendar. In my project I have database with events(title,startDate,endDate etc). When user clicks sync button all this events should be add to users ...
0
votes
1answer
19 views
move and scale bounces back
As you can see in this video it bounces back whenever I try to crop or move the crop box. I can't find any way to do this and I think my code is correct. How am I suppose to do this?
- ...
0
votes
1answer
16 views
Scrollview not shwoing images
i have retrived images from document directory and want to display that images in scrollview. the images is coming from the document directory but not displaying in scrollview. i have the below code. ...
0
votes
0answers
9 views
UICollectionView zoom with scroll.
I'm trying to implement a scrollview where the cells auto zoom as they near a certain point in. As a cell nears the point it will start enlarging and as it moves away - it will shrink. I've been ...
-3
votes
1answer
23 views
How to Convert any rang value to RGB Value in ios?
I am working on visualization tree map which shows the product categories.There are two values of any range.First value decides size of segments and second value decides the color of segments.Now ...
0
votes
2answers
12 views
Library / Framework to manage network call in iOS app
I try to develop an iOS app which need a lot of network calls...
I see that there is few iOS classes provide in the SDK.
Before to start I would like to know if there are any libraries or framework ...
0
votes
1answer
17 views
Method Swizzling Implentation not taking place
I am trying to learn the concept of swizzling.
Even though I have added method_exchangeImplementations, still the methods are not being swizzled. Any idea as to where I am going wrong?
#import ...
0
votes
2answers
19 views
Master-Detail with UITabBar (iPad)
I have a UITabBar with 8 items. For the second item I would like to have a master detail view controller, but I have no idea how to do this if it is even possible. Can anyone help push me in the right ...
0
votes
0answers
9 views
Ice cast source client for ios
I have been trying to create a source client for ice cast for ios. I have been able to connect using asyncsocket to connect to the socket. I am also able to write data to the server. The icecast ...
0
votes
1answer
36 views
UItableview , create dynamically section with rows
i have one UITableView view with even and odd row
i want create the section for 2 rows one even and one odd
how can i do
I use NSMutableArray ;
items = [[NSMutableArray alloc] init];
- ...