Tagged Questions
0
votes
0answers
6 views
Refresh TableView Content with UIRefreshControl
Please I would like to refresh the contents of my table but it does not work.
- (void)viewDidLoad
{
[super viewDidLoad];
self.title = @"Last News";
[UIApplication ...
0
votes
3answers
13 views
How to create a UITableCell that has multiple subtitles
I came across this design image online and I am really puzzled on how could I make a UITableCell that has multiple subtitles and allows me to customised them in the way shown by the picture.
My ...
0
votes
0answers
15 views
iOS - New view transition not in landscape
I've a problem with a switch views transition.
I've two viewController and I use an UISwipeGestureRecognizer to change between these.
In portrait mode it works perfectly, but when I change in the ...
1
vote
3answers
31 views
IOS button pressed event?
I'm would like to know what it is the difference between:
- (IBAction)operationPressed:(UIButton *)sender {
}
and:
- (IBAction)operationPressed:(id)sender {
}
I can see the xcode try to put ...
0
votes
0answers
11 views
Installing distribute iOS app wireless
I saw this articel from 2010 and jus wondering if it stil working: http://jeffreysambells.com/2010/06/22/ios-wireless-app-distribution
1
vote
1answer
20 views
load different xib for iphone5 not working in device
Possible duplicate:
How to make xib compatible with both iphone 5 and iphone 4 devices
Can I use two xibs with one viewcontroller - re: porting to iPhone 5
I have developed an iPhone ...
0
votes
0answers
9 views
Page Curl on UIScrollView inside the UIWebview
I was amazed by the iBook PageCurl, and I thought I could add this feature to my books application, so here is information about how my project is built,
project is divided into a two levels, top ...
0
votes
1answer
11 views
Constricting UISwipeGestureRecognizer to only detect swipes within the area of a IUImageView
I am currently using the following code to detect swipe gestures in my app:
- (IBAction)swiperMethod:(UISwipeGestureRecognizer *)sender {
_sampleText.text=@"hi";
}
- (void)viewDidLoad
{
...
0
votes
1answer
12 views
Trouble getting UISwipeGestureRecognizer working, never detecting swipes?
I am trying to setup a very simple swipe recognizer to change the text inside a text label upon swiping. I tried to follow apple's tutorial here, but the swipe is apparently never recognized, because ...
0
votes
1answer
27 views
Change Bundle ID iOS
I set up my application in iTunes Connect. It has not been submitted yet (Ever). Later, I saw that my bundle identifier was not matching with the one in my Xcode project and iTunes Connect. I cannot ...
0
votes
1answer
20 views
Facebook iOS crash
I am trying to set up facebook SDK 3.5 for iOS. I have gotten it to work just fine but it is now crashing. The crash only seems to happen when a user is logged in through the default iOS facebook ...
0
votes
1answer
22 views
iOS - Push Segue not working even with NavController
I'm trying to set up a basic "Newsfeed" function for an iOS app, with headlines in a TableViewController segueing into a simple ViewController to display the text of the selected story. I'm using ...
0
votes
2answers
23 views
How to disable keyboard but enable UITextFields when using UIDatePicker?
This one is kind of hard to explain, so ask any questions you need to clarify the question. I have an iPad app (XCode 4.2, iOS 6, ARC and Storyboards).
In this app, I have a UIPopover that contains ...
0
votes
3answers
34 views
how to do the same button for three screens?
I have some trouble. So i have AvPlayer and UIButton with play/stop.
Also: I have three UiViewControllers. I need that when I click on the first button on the first UIVIewController on the second ...
2
votes
2answers
28 views
Why a singleView application doesn't load a storyboard if a storyboard is added later to the project?
I created a new singleView application without storyboard (say FirstProject) and another single view application with storyboard (say SecondProject)and then added a storyboard in the application which ...
0
votes
1answer
27 views
How to remove an object and all its relationships from the objects its related to in coredata
The blue Table is called Routine and the other one is called Exercise.
Routine.exercise has a Many-to-Many relationship with Exercise.routine.
I want to delete a Routine and I want all exercises ...
1
vote
3answers
40 views
Xcode build script to separate image channels?
I'm trying to figure out how to split JPEG with 4 channels(r,g,b,a) on two images - one should be JPEG with RGB information, other is PNG with only alpha channel in it.
1
vote
1answer
23 views
What is UIApplicationLinkedOnOrAfter, and why is it killing my App?
I start up my app for debugging, and as far as I can tell, it just barely gets into UIApplicationMain when I get an access error inside of UIApplicationLinkedOnOrAfter.
EXC_BAD_ACCESS (code=1, ...
0
votes
1answer
43 views
how to make label and button layout correctly in xcode?
I have placed sereval buttons and labels on a viewcontroller of a storyboard with xcode 4.5,but when it runs in simulator,there is a big space between my label and button.It is different from the view ...
1
vote
1answer
14 views
iOS: How to specify application data package in Xcode Schemes?
I'd like to specify an application data package using Xcode schemes so that I can customize and deploy to the device during testing. However, by default, the Scheme | Option | Application Data combo ...
0
votes
1answer
29 views
App behaves different when run from XCode compared to .ipa
I have a very puzzling problem.
My app uses several custom buttons that use gesture recognizers to determine a tap or a long press.
When I run the app from XCode on my device everything works as it ...
0
votes
0answers
20 views
ios6 : Crash after launching a video
I'm designing a client-server application that sync and stores files on iOS devices.
Launch of video where OK on iOS<6 but with iOS6 the app crashes and the device returns to the springboard
...
0
votes
1answer
30 views
My app requires using instantiateViewControllerWithIdentifier - why?
I have added a Storyboard file to an app that initially had none. For some reason, I could not get my custom UIViewController to display correctly until I added this into ...
0
votes
1answer
21 views
How to get UITouch location from UIGestureRecognizer
I want to get the UITouch location of my tap from UIGestureRecognizer, but I can not figure out how to from looking at both the documentation and other SO questions. Can one of you guide me?
- ...
0
votes
0answers
42 views
NSMutableArray does not save objects retrieved from the database (core data)
I have a very strange problem, and it's driving me crazy.
The senario is an app with local database (core data), which receives updates from a server, I'll post here only the most relevant code.
...
6
votes
2answers
42 views
Will `pod update` overwrite my code changes when a new version of the pod is available?
I've added MKStoreKit version 4.99 to my project using cocoapods. My Podfile consists of:
platform :ios, '6.0'
pod 'MKStoreKit', '~> 4.99'
MKStoreKit has a configuration file called ...
0
votes
2answers
23 views
XCode Undefined Reference
I have compiled a static library via the command line using llvm-g++-4.2. When I attempt to link against that library and build an app within XCode, I get this:
Undefined symbols for architecture ...
1
vote
1answer
27 views
Creating a lite version, using multiple targets, how do you avoid overwriting the full version?
I'm using the strategy of multiple targets to create a lite version of an iOS app. On testing via Xcode, in the simulator and on my device when running a build it creates a new icon for the lite ...
0
votes
3answers
33 views
Segue passing uiimage and open in UIwebview
I would like to passing a uiimage from one view to another view which contains a uiwebview. So that i can allow easy interaction and gestures on the image.
But i have no idea how to code in the ...
0
votes
1answer
32 views
Touch Interaction in a UIScrollView
There are a few posts similar to this, but I'm having trouble adapting the other responses to my code. I am having issues with using the methods touchesBegan, touchesMoved, and touchesEnded in my ...
0
votes
0answers
21 views
How to draw multiple lines in mimLine graph?
How to show multiples lines in mimlinegraph in my project i have to show 3 differnt line with 3 differnt coloures for single line iam using the below code so, now how to show multipel line instead ...
0
votes
1answer
23 views
UITableView scrolling under iAd
i want to display iAd at the bottom of the screen..
i tried to add subView but the iAd showed in a cell and he hides him.
what should i do to make the tableView to scroll under the iAd?
my code:
- ...
0
votes
1answer
18 views
How to integrate google translator gadget like funcationality to convert the ios app language
When we open any page in browser google provide tool to convert language.
i want to know it is possible for ios app to convert whole app or any screen of App using google language converter.
Also ...
1
vote
1answer
62 views
Xcode/Obj-c - Segue pushes new instance
I have seen similar questions a lot on Stackoverflow and I tried a lot of things but I can't seem to figure this out. I have multiple TableViewControllers and 1 MainViewController. The ...
0
votes
1answer
47 views
iphone development: how to auto facebook login if the facebook app already logged in
In my app users can login by using facebook. I also have Facebook official app in my mobile phone and it is logged in. When I try to login from my app it asks for email and password. Is it possible to ...
-6
votes
0answers
29 views
How can I make an app on xCode that updates as a website gets updated? [closed]
For example, Fancy. The application get's update as the website gets updated and it's not a webview controller right? So can anyone explain to me how I can do this, step to step.
-2
votes
1answer
38 views
UITableViewCell custom IBOutlet connection crashes
I made a custom view for a tablecell, i have some elements in the cell, i have coded the correct IBOutlet conenctions etc etc.
When I do not make any IBOutlet connections, I get to see the custom ...
0
votes
2answers
117 views
Global Variable returning Null
I have a program with Two windows (Both are controlled from the same Class File) and a Global Variable named PersonName1, Window A and Window B. On Window A there are 2 buttons, One which:
...
0
votes
2answers
41 views
How to parse uitexfield for send soap call?
I have 1 textfield and an static array.I have items in array like; 12345-NAME OF BRANCH.But I want send only 12345 from textfield to soap call.How can I do ? Thanks
.h
-(IBAction)Send:(UIButton ...
0
votes
1answer
34 views
UIDatePicker gets black in landscape on iPhone
I have UIDatePicker that in potrait mode lokes like this
And when spawn it or rotate to landscape it suddelny gets black like this
This problem occurs both if i first spawned the picker in ...
0
votes
3answers
55 views
identify if there is image on the UIImageview
I am having trouble on identifying if there is an image on the UIImageView.
First of all, i have a static table with uiimageview inside.
when user press new page or load the data, they both proceed ...
0
votes
0answers
12 views
Restore purchase goes directly to paymentQueueRestoreCompletedTransactionsFinished:
I am trying to implement a restore feature with
[[SKPaymentQueue defaultQueue] restoreCompletedTransactions];
The problem is that the code goes straight to
...
0
votes
6answers
83 views
App is crash in super dealloc method
My app is crashing on [super dealloc]; line and in - (void)dealloc method where I am releasing all object which retain in .h class, the crash report is
-[__NSArrayI respondsToSelector:]: message ...
0
votes
0answers
17 views
save image after redacting with same size and resolution in objective c?
I have an image which I have redacted. Now I want to save that image with same resolution and same size. But when I click on save it takes a screenshot that doesn't have same quality as the image ...
0
votes
1answer
24 views
How to move the views from a XIB file to storyboards in a project in Xcode?
I am new to iOS programming and Xcode. I have a project which is working perfectly fine with 5 viewControllers and XIB file. I have to add many more features in it (like Google Maps, iAd Banner and ...
0
votes
1answer
71 views
Off by 20 pixels (y axis) when adding subview myNavigationController.view
I have a navigation controller with a menu button. When the menu button is pressed, the current view (complete with its navigation bar) should slide to the right, and a menu should simultaneously and ...
0
votes
1answer
30 views
Tab Bar Controller - how to reselect a selected tab
I started with the default Tabbed Application, added some tabs in the Storyboards with their own viewcontrollers, how can I know when a tab that's already selected, get's touched again?
Tab 1 goes to ...
0
votes
1answer
27 views
When promted, the color of my square changes several times instead of once
I've had a problem that has been bothering me for a week now. I'm trying to make a square change color (from red to blue or vice versa) when I slide my finger outside of it. When I slide my finger ...
0
votes
1answer
26 views
What I have to do to get the UICollectionView with two columns on the screen programmatically?
I'm new in UICollectionView and I decided to create a test using UICollectionView programmatically. So I created a new SingleViewApplication project in Xcode and wrote the follow code:
@interface ...
0
votes
1answer
34 views
Adding Storyboard to Github project
I have a project from github that does not contain storyboards, but I want to add storyboards to see the product before I run the application in the simulator. Can anyone explain how to add a ...






