Tagged Questions
0
votes
1answer
23 views
fading background while UIWebview has focus
Is it possible to fade the background of an app (a lightbox type effect) when a UIWebView has the focus, keeping the UIWebView sharp?
0
votes
3answers
25 views
error on AdMob integration
I Have added Addmob sdk in my project and even added all framework needed. But m getting below error for StoreKit framework even i have added it in my project but still getting error..
ld: warning: ...
0
votes
1answer
30 views
Header files are not added with framework kit in ios xcode
I'm so new to xcode, I have a speechkit framework with following files as shown in image below
Now When I add this framework to my xcode project the header files are shown empty as below
and I ...
0
votes
0answers
13 views
Lock screen orientation for a single controller when there's a UITabBar in IOS 5 & 6
Following are the main poins I have.
I'm new to IOS development
I need to support IOS 5 and IOS 6 in my IOS app
I have a UITabBarController in AppDeligate file as follows.
UIViewController ...
0
votes
0answers
35 views
stringByEvaluatingJavaScriptFromString and applicationDidEnterBackground in iOS 6.0
When I invoke stringByEvaluatingJavaScriptFromString from applicationDidEnterBackground function, everything is working except changing CSS or DOM elements. Those executions happens only while ...
0
votes
0answers
11 views
Access files owner view controller instance from subclass (using SWRevealViewController)
I am using SWRevealViewController (https://github.com/Joan-Lluch/SWRevealViewController) and am trying to access the revealViewController instance that lives within the files owner view controller of ...
0
votes
1answer
9 views
access property of file's owner from child object
I am wondering how to access a property that lives in my File's Owner class from another class object that lives within the xib.
File's Owner of my xib is a ViewController with a property x.
UIView ...
-3
votes
0answers
19 views
Is it compulsory to install restkit on my xcode? [closed]
I read the tutorial for restkit on ray_Wenderlich (Introduction to RESTKit Tutorial).
Then i download this tutorial and run it on my xcode , but there is error .since i did not install restkit on my ...
0
votes
2answers
25 views
how can we add videos on scrollbar?
I am developing a videos managing Apps. I add videos on Scroll view.
There is nothing visible except black screen. This code is working properly,only adding black views on scroll,content is display.
...
0
votes
3answers
126 views
Saving data to an existing plist
I am working on a project that has a simple tableview with detail view.
Data source is a plist. I am trying to allow user input to be saved into the plist and shown in tableview. i have created a ...
1
vote
1answer
50 views
Set UIImageView size programatically withing a UICollectionView Cell
I have a UIColleciton view with various cells, each cell has an UIImageView within the cell.
Each cell is having a different size set programatially by using a simple select case within the below ...
1
vote
0answers
69 views
Access the facebook friend list who uses the app in ios6
I want to fetch the friend list who uses the same app.
I got the all facebook friend list by using SLRequest.
But how can i fetch the facebook friend list who uses the same app?
The same question ...
0
votes
1answer
28 views
Detecting a change in one of two UITextFields
I am trying detect if there have been any changes in one of two UITextfields. The two text fields have tags (1 and 2) and the initial value is stored in a variable. On edit it compares the new value ...
0
votes
3answers
65 views
Use a button on a UICollectionViewCell to display data from an array
I have an array of NSStrings, one UILabel & a UICollectionView.
My Question:
I want the array's count to determine how many UICollectionViewCell's there are.
Each UICollectionViewCell ...
0
votes
1answer
39 views
Xcode wont allow 2 projects on my phone at a time.?
I've been working on a few apps and now when I run them on my iPhone, Xcode will only let one app be on my phone at a time, and if I load up another app in xcode, and try to run it, it kind of over ...
0
votes
0answers
19 views
Remote Web Inspector in Xcode iOS Simulator
I know with iOS6 it is possible to use remote web inspector by connecting the iOS6 device to MAC machine PC.
My Question here is: it is possible to use remote web inspector from XCode 4.x Simulator ...
0
votes
2answers
30 views
Loading specific scene in Navigation View Controller
I created a Navigation View Controller. The static table view cell pushes me to a "Personalization" view. So, how can I programmatically load this view from another in this controller hierarchy?
...
0
votes
0answers
23 views
Autorotate not happening in iOS6 until I manually change the orientation
I have 2 view controllers, the first is in landscape and the second in portrait. When I go from #1 to #2, it doesn't flip to portrait unless I manually move the simulator to be in portrait. When this ...
0
votes
1answer
21 views
Configuring Xcode for iOS5 when latest is iOS6
I've released an app for iOS6 (deployment target: 6.1, SDK 6.1) but now wish to make the app for iOS5 because I realize how many users still have iOS5 to keep the old native Google Maps. I understand ...
-1
votes
0answers
26 views
Playback online tv from ISP in iOS 6
I'm new in the iOS development and I've read all about MPMoviePlayerController Class Reference on the Apple's site.
I've learned Sample Code from article but I can't understand how to get online tv ...
-2
votes
0answers
66 views
control TV from iPhone [closed]
How i control TV from iPhone means like change channel control volume etc
kindly give me some links
0
votes
5answers
125 views
iOS 6: how to force change orientation when pushing view controller into the navigation controller stack [duplicate]
I think this question should've been asked a million times by now, but I still can't find an answer to this.
Here's my hierarchy: UINavigationController -> UIViewController 1 ->(push)-> ...
1
vote
2answers
51 views
Why does my new app override the old version on my dev device, and how can I make them separate?
I have opened a can of worms by using an old pre-built project as the foundation for a new one.
When I open the old project in the simulator or on a device, it uses images and settings from the new ...
0
votes
1answer
64 views
MKMapView warning : “default.styleproto”
What is "default.styleproto" ? I searched the web and there seems to be quite a lot who are having the same warning :
Couldn't find default.styleproto in framework
It should be related to iOS6 ...
0
votes
1answer
72 views
Orientation Landscape iOS 5 on xCode 4.6
I want my app to be landscape. I tried everything, my storyboard's orientations are landscape, I changed the supported orientations and the initial orientation in info.plist. Can anyone help me?
In ...
0
votes
1answer
27 views
Master-Detail and sounds
I'm new to Objective-C. My problem is I have an app in a Master-Detail design that has a table listing English words with their Welsh translations. That works great, but I also would like to add sound ...
0
votes
2answers
36 views
Xcode ios build setting error
after refactoring and updating group names , I get this error on building ;
clang: error: no such file or directory:
...
0
votes
1answer
86 views
Landscape view displaying in portrait when changing screens Xcode 4.5
I recently had some success using sub views for rotating from portrait to landscape in Xcode 4.5 (iOS 6). Now that the rotation is working, and I can design separate views for portrait and landscape I ...
1
vote
1answer
53 views
UIProgressView with media framework for music length (Xcode)
Can someone give a full example of how to get the UIProgressView to work with the media framework for music length please, I cant get it to work with ios6 for some reason
0
votes
1answer
27 views
Where do I need to receiving Remote push messages in the app
I check for new message in AppDelegate class in 3 places, in didFinishLaunchingWithOptions:(NSDictionary *)launchOptions using code:
if (launchOptions != nil)
{
NSDictionary* dictionary ...
0
votes
1answer
44 views
Auto resizing in a tab bar is not working
I have a view with a tab bar and a navigation bar. I have a few buttons and textfields in the view. I have some empty space left at the bottom of my view.
While testing on 3.5 inch screen the empty ...
0
votes
1answer
53 views
Showing contact name and no. from address book, throwing exception NSInvalidArgumentException
I'm retrieving Contact name and phone no. from the Address book in my application. I'm printing them in log and it is working fine. But when I try to show them on the table view, I'm getting the ...
0
votes
1answer
62 views
a specific instance of insertsubview at index not working in ios 6.0
I'm testing my ios app that has a deployment target of 5.0 and a base SDK of 6.1.
Everything works fine in ios 5.0, and ios 5.1, but in ios 6.0 I'm having an issue with inserting a subview at index. ...
0
votes
1answer
45 views
So I been playing with pull to refresh in IOS6 Xcode and I was wondering if it was customizable?
So I been playing with pull to refresh in IOS6 Xcode and I was wondering if it was customizable, I want something similar like jasmine app or the new twitter music pull to refresh? I think the ...
1
vote
1answer
26 views
Trying to understand Auto Layout
I'm trying to understand how to use Auto Layout but I haven't been able to wrap my head around how to accomplish something like this using it. I have an iPad ViewController with two subview views. I'd ...
0
votes
1answer
55 views
How to limit text length to fit width of dynamically created UITextField
I have dynamically created UITextFields which have different widths and font sizes. I know how to limit length of text in UITextField, but I can do this only with fixed characters number. What I need ...
-4
votes
1answer
38 views
My iOS app is crashed when i want use MKMapview [closed]
I have a application and i want have a map view in background and several views in it. All is ok but when i add mapview my application is crashed.
0
votes
1answer
51 views
Respond to touches on programmatically generated custom UIButtons inside UIScrollView
I have a UIScrollView full of custom UIButtons that are generated programmatically.
This code executes every iteration through the loop, typically 7 times.
[cardButton
addTarget:self
...
0
votes
0answers
50 views
ABAddressBook giving NULL result
I want to create an NSMutableArray of NSArrays that are filled with the user's Contacts information. For example, if I have an array called Contacts, then Contacts[1] would hold the NSArray *Person1. ...
0
votes
1answer
32 views
App release Code Sign error on xcode
I tried to build release version of my project for my iPHone device. (I choose Products->Archive), then I got the following error:
Code Sign error: The identity 'iPhone Distribution: XXX' doesn't ...
0
votes
0answers
42 views
iOS Lite to Paid, migrate core data
I've been following this guide for migrating core data between two apps, a free one and a paid one.
http://mobileorchard.com/lite-to-paid-iphone-application-data-migrations-with-custom-url-handlers/
...
0
votes
0answers
63 views
IOS - Fire Local Notification at different times every day (when app is not running)
I have searched around but I couldn't get an answer, my first question on here please help!
New to IOS development, developing an app that display 5 different times of the day, each time is different ...
0
votes
1answer
84 views
search bar does not return any results
i am trying to add search function in my app using NSpredicate. i have tried to get this to work and can't seem to see where the issue is. i recreated a demo app to show what i have done. everything ...
0
votes
1answer
20 views
iPod Device not recongnized in Xcode
I have an ipod touch newly upgraded to IOS 6.1. In my xcode(4.5.2), the device is not getting recognised. This happened just after i upgraded the device OS. I have tried restarting/rebooting device ...
0
votes
2answers
109 views
segue.identifier isEqualToString:@“segue1” is always null. IOS 6.1 storyboard
I can't figure out why my segue.identifier is always returning null. I set the segue identifiers in the storboard.
ViewController1
-(void) prepareForSegue:(UIStoryboardSegue *)segue ...
0
votes
2answers
37 views
pasing data from detail to master in ios6
I'm making an application with xcode, and I have a trouble with passing data between views.
I want to set in detail view, a date of a calendar. Then when I go back to the master view I want to see the ...
1
vote
1answer
105 views
Apple Mach-O linker error with duplicate symbols even after linking the .m class files to the build phases in Xcode
When i build and run my project the only error i get, turns out to be the Apple Mach-O linker error
20 duplicate symbols for architecture i386
Linker command failed with exit code 1 (use -v to see ...
0
votes
0answers
16 views
What frameworks/libraries can I use to help coding a server backed iOS app?
I've recently started iOS development, coming into it as a web developer. I couldn't imagine not using tools like jquery and modernizor. (I know plenty of other people could, but that's them)
XCode ...
0
votes
1answer
45 views
If you started iOS programming today, what frameworks would you consider still necessary and useful? [closed]
I've recently started iOS development, coming into it as a web developer. I couldn't imagine not using tools like jquery and modernizor. (I know plenty of other people could, but that's them)
XCode ...
1
vote
1answer
140 views
Passing parameter to WCF function using Objective c
Anybody please let me know how to pass parameter to WCF function using objective c?
1. I used C# to develop WCF.
2. WCF end point is as follows.
<system.serviceModel>
<services>
...





