I am trying to get just one more icon into my Navigation Bar, but can't figure out how to adjust the width to get more room. Using standard BarButtonItems and using the storyboard to build, there seems to be a limit of 14 icons in portrait mode on iP
I've created an universal app in Xcode 6 and the iPhone storyboard has a UIViewController that contains a UITableView, it works fine. I made the iPad storyboard the same as the iPhone and added all the classes and elements but the UITableView is disp
How to get zip code with auto complete api of google in iOS? I have already tried google place api but it not return zip code So, please any one have solution give me some ideaUsing Google Maps iOS SDK Swift: @IBAction func googleMapsiOSSDKReverseGeo
PhoneGap : UIPickerView in iOS 7 does not adjust font size automatically as it does in iOS 6. Any solution for how can I achieve in iOS 7? Add optgroup at last and it works... :) <select> <option selected="" disabled="">Sel
I have created a sample code to download a file from network repeatedly(every 30 secs or so). In iOS 7 using Background transfer services with NSURLSession I followed this tutorial http://mobile.tutsplus.com/tutorials/iphone/ios-7-sdk-background-tran
I have ipad app in which i am using tableView to show data but problem is that it does not show data in tableView here is code for setting cell value - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPa
Objective To close the parent div of an anchor tag when clicked. In the code below, I want to hide div performance_tt when the user clicks on anchor tag close_performance_tt. Problem Unable to get it to work on iOS devices after spending several hour
I am having a problem posting an NSManagedObject using RestKit 0.20pre6 where it results in creating an entry on my Rails site with nil values. I suspect the mapper but I have set up my RK objects to the best of my knowledge correctly. There are very
Looking at this list, is it guaranteed that a font, say "Baskerville SemiBold", is available on all iPads and iPhones with iOS-version >= 5.0? I mean regardless of in which country the device was sold in or what the specific hardware-model is
I am developing an iPad application. For some reasons, I need to show a two tableviews in the same view controller. I have created a UIView in a xib and connected a outlet to that view controller. I need to show that view in those two tableviews as a
In my iPhone app i have an array of stings. fron that string i need to get the array of first charecters. For this i have implemented logic as follow. it works but in this i have retrieve charectes twicw 1.Small letters and 2.Capital letters. I need
I have a on top of my tableview another view with 3 buttons on it. You can see my storyboard over here. When I build and run. This view shows up at the bottom of my tableview. Someone has an idea how this is possible? Kind regards.Your UIView is subv
My app (iPad;iOS 6) is a landscape only application, but when I try using a UIPopoverController to display the photo library it throws this error: Supported orientations has no common orientation with the application, and shouldAutorotate is returnin
I am trying to do a app, but unfortunately it is not passing through all (void) instance methods (i copied the methods from another project).... and also not showing any error....Can any one tell me know whats going wrong????? I am building a app whi
I have the retina specifications for fonts on an app. If I divide them by 2, I get the non-retina font sizes. Should I provide the app with the non-retina sizes, and it will automatically scale it for retina? Or do I need to provide both? Thanks,I th
i use two blocks to draw some buttons on my subview dynamically. One calculates frames for Portrait mode and the other does for Landscape. It works well but when i rotate, it writes over the old ones. Hence, some of my buttons come twice. Here is my
I am having problem in using this font in my Application. I have imported the Arial-Narrow.ttf file in my resources and also added the name in the info.plist as follow <key>UIAppFonts</key> <array> <string>Arial-Narrow.ttf</stri
I have been following the RestKit installation instructions but I now have an error when I try to build the app. This is for ios, iPad specific. I get "Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang failed with exit cod
In Xcode 4, where does the ID information (developer, company) in main.m come from? On my system it is incorrect, but I can't locate the source.The developer is the user name from user currently logged into Mac OS X and the company can be set in the
I started off the project without Core Data and now I would like to add that functionality to my apps. How do I do this? What additional things does XCode sets up when you actually tick the Use Core Data when you create a new project?One trick is to
I have some code that returns a struct containing 2 objects (declared as id). When trying to use one of the objects I get an EXC_BAD_ACCESS and the app crashes. This only happens on the device (ipad) not in the simulator. I have set NSZombieEnabled t
I have a CSS class where I added a background image like this: .my-class{ background-image: url(images/my-bg.png); } this applies fine and works properly in browsers, but when I see it in the iPad, the background image is not visible. What could be t
I have a problem on iPad with this html definition: <iframe id="DOMWindowIframe" name="DOMWindowIframe" src="'+settings.windowSourceURL+'" class="domWindowIframe" frameBorder="no" scrolling="yes&qu
Does anyone know if there is a framework for dynamically loading core animation sequences from some kind of description file like xml or json or even better if there is some kind of core animation studio. I would need some way to allow designers to w
i want to change the button color when it is clicked. I used : [button setBackgroundColor:[UIColor redColor]]; but this shows red color only on the four corners of button not on the whole button and also when i use forState:UIControlStateNormal then
I just updated my app so that it's a universal app. In doing so I added support for UIPopoverController in a certain place. Now the app seems to be crashing on 3.1.3 iPhone/iTouch devices: OS Version: iPhone OS 3.1.3 (7E18) Report Version: 104 Except
Can I compile the same iPhone source code for iPad?Yes. This is called a Universal binary.
i have used UIPinchGestureRecognizer in my application for zoom in or zoom out the image.its working on zoom in /zoom out . but i want to set the minimum and maximum scale of UIPinchGestureRecognizer So that the image is not zoom out smaller Than the
Has anyone implemented facebook "Like" on iPhone/iPad? I've done general Facebook Connect implementation before, but it appears they're phasing that out in favour of OAuth and the Graph API? We're trying to give users the ability to "Like&q
I know you can't use GC in iPhone applications cause iPhone does not have enough resources to enable that - it would kill the performence. What about iPad. I know they run iPhone OS too, does that mean that CG can't be enabled on the iPad as well?The