0
votes
0answers
7 views
XCode: Stop Animating Activity Indicator after Executing a Method From Another File's Method
Ok, this seems like it should be very simple - All I want to do is call my ServerConnect.m (NSObject), NSURL Connection Request Method, from my SignIn.m (ViewController) and stop the ...
0
votes
0answers
15 views
Cannot import Kal.h file in xcode 4
I'm trying to import the kal library into my project.
I have added the framework to my project and did the imports. I think the problem is with my build settings.
I've setted them up like this.
...
1
vote
0answers
14 views
Reorder/move UITableViewCell but moves back
I want to implement a method to be able to reorder the rows of a tableview.
In each section i only have one row. When the editing-state of the tableview is enabled, the move indicators appear as ...
0
votes
0answers
17 views
Change “more” icon in a tabbar application
When you create more than 5 tabs in a tabbar application it automatically creates a "more" tab with a custom icon of 3 dots. Is there a way to change that icon for example to an arrow or any other ...
0
votes
1answer
14 views
Seeing other player nextpeer
I successfully integrate nextpeer into my cocos 2d game.
Now i want to show other people playing online using nextpeer.
The problem is i dont know how to do that.The documentation for it is not ...
0
votes
1answer
31 views
How to add ARC enable .a files to non-ARC project in xcode
How to add ARC enable .a files to non-ARC project in xcode. Because I try to add Spotify library(enable ARC .a file) to my current project that is non-ARC project.
Give your help.
thanks
-1
votes
0answers
16 views
How to animate random bubbles move from the bottom to the top as in a soda in xcode
Im trying to make my main view animate with small bubbles I have created in photoshop there are 5 different size bubbles which need to randomly move up through the screen starting at different places.
...
1
vote
3answers
26 views
initialise view from NIB
I am trying to initialise a view from a NIB file onto my view controller on Storyboard.
Here is what I did:
drag a view controller onto storyboard, placed a UIView obj as a placeholder view and ...
0
votes
2answers
31 views
Can not persist the deletion of a record using Core Data
I am using Core Data in a simple table view app which keeps track of a user's exercises. When one record is deleted, the deletion persists across that launch of the app. However, if I close the app ...
0
votes
1answer
30 views
Button not showing on phone but yes on XCode simulator
I've created a popup UIView that is a subview of my main view and a UIButton that is a close button that is a subview of my main view.
As shown in the picture the button shows in the XCode iPhone ...
0
votes
5answers
28 views
Go back to initial view controller from a class
I'm building an app use bluetooth for communication, and I have a class called EAController(NSObject) to handle the accessory delegate.
So if the phone lost bluetooth communication, an accessory ...
0
votes
0answers
10 views
MPMoviePlayerViewController delay
Peace, Jesus loves you.
My problem is the following: managing properly the app states.
I have several xibs implementing MPMoviePlayerViewcontroller. The light (that weight around 100kb)looping videos ...
1
vote
1answer
28 views
Why is the Xcode Analyzer given me a memory leak warning with this code?
Warning is:
Potential leak of an object stored into 'escaped_value'
Here is the code:
- (NSURL*)generateURL:(NSString*)baseURL params:(NSDictionary*)params {
if (params) {
...
0
votes
5answers
35 views
tab bar click delegate
I have two view controllers (FirstViewController and SecondViewController) and a Tab Bar Controller and I'm using Storyboards. In the FirstViewController user can drag and drop an imageview. So every ...
1
vote
0answers
12 views
How to use PUBSUBHUBBUB with Parse.com backend for iOS app
im looking to set up APNS within my application and send my subscribers push notification rss updates in real time. I have come across Parse.com and this seems to be what I need to get started. Does ...