Tagged Questions
0
votes
1answer
521 views
Xcode Tutorials beginner-intermediate? [closed]
thanks for stopping by. I have currently undertaken the task of trying to learn how to create iPhone apps using Xcode/objective-c. I know how to create a simple Mac OSX application, and run multiple ...
0
votes
1answer
25 views
connecting the self.managedObjectModel to a class
i'm working with core data and navigation controllers. my story board consists of the following: (-> means connected)
UINavigationController -> UIViewController -> UITableViewController (master view ...
0
votes
1answer
56 views
make scroll view glitch in xcode?
so i was making a scroll view in my app so i can have more content showing in one view. the storyboard has a lot of text, 1 picture, and 3 buttons at the end. every time i scroll all the way to the ...
1
vote
4answers
148 views
Is it possible to add an app to the native share dialog?
I am assuming it is not possible to add apps to the native share dialog, like the one used in the Camera Roll. However I see screenshots around with different apps in the dialog.
Is it only apps ...
0
votes
1answer
51 views
iOS repositioning views like when moving apps
I'm developing an iOS app where I have a grid of views (3x4).
I would like to be able to move them like apps: make a longpress so all start to shake and then you can move the views where you want, ...
1
vote
2answers
82 views
Declaration of a button process
I would like to understand the process of the declaration of a button.
@interface MerdaViewController : UIViewController{
IBOutlet UIButton *button;
}
@property (retain, nonatomic) IBOutlet ...
0
votes
0answers
72 views
hide other apps from my app: objective c
as an example: I have an app that downloads pdf documents and I have used UIDocumentInteractionController to give the user the option of opening them in other apps. I however have one app that I don't ...
0
votes
1answer
158 views
Sliding Menu in Mac App
How can I make a sliding menu like (as an example) Sparrow's main email menu?
In the case of Sparrow:
It's a column of buttons that essentially slide to reveal a NSScrollView (with custom ...
1
vote
2answers
1k views
Can I go to another view without a StoryBoard segue? Just with a call from a view?
SO I would like to know if there is a possibility to make a call from a view in the code to go to another view, not using segue.
Thanks for the help.
-1
votes
1answer
2k views
Send Email and SMS automatically iPhone, xcode
I am writing iphone a app, in which I need to send email and sms at some interval automatically to a number and email ID. But everytime it goes to that part after some interval, a pop-up windows comes ...
0
votes
2answers
354 views
Cocos2d transferring a variable from one class to another class
At the moment I am trying to use an integer to declare whether or not a setting is enabled or disabled, the issue that I am facing is trying to use the variable in another class so as that I can ...
0
votes
2answers
79 views
No delegates were triggered if app is in backgroundmode
I am at the beginning with RestKit-development. I develop an app that
get data from a Server and map these in objects. With a trick of
silence music, is it possible to send request to the backend, if ...
2
votes
3answers
10k views
How to save apps data Xcode
I have been searching for many days on how to save my apps data. I found some stuff but it was very complicated and badly explained. I need that when i completely close my apps all the data i entered ...
2
votes
1answer
124 views
Displaying all running apps in Mac OS X
Hey, I was wondering how I could make my app getting info about which apps that are currenly running on the mac. So I basiclly want to get the same information as the force quit does (Apple Logo > ...
2
votes
1answer
993 views
Access Crash logs data on the iPhone
I'm looking for the way to get crash logs data on the iPhone OS.
I found getting the logs this way:
1) Sync your iPhone
2) Browse to the following folders. Note that DEVICE_NAME will be the name if ...
3
votes
4answers
119 views
Are these really the steps I need to take to finally program for iPhone?
First I went and purchased:
Beginning iPhone Development: Exploring the iPhone SDK
And it said I should know Objective-C
Then I went and purchased Learn Objective–C on the Mac by Mark Dalrymple, ...
