Tagged Questions
0
votes
0answers
10 views
How do I prevent airplaying video when mirroring
So I'm creating a learning app that contains video and audio. I'm want the educator to be to mirror the app, but whenever the start a video the app instead will just stream the video to the screen ...
0
votes
1answer
12 views
uiwebView local file html animation problems when I change viewcontroller
Regards Hi everyone, I have several animations created with html5 canvas, these animations the'm loading into a UIWebView which are in different UIViewControllers, when I go to a UIViewController that ...
0
votes
1answer
17 views
How to know whether ALAsset url contains video or image?
I am working on application in which I am getting an asset urls of the videos and images which are stored in library.
I want to know dynamically the url contains image or video ..
It is possible with ...
-2
votes
1answer
36 views
Add long press gesture for UITabBarItem
I want to add long press gesture for UITabBarItem in tab bar controller which help to show a sub view with some sub modules of the selected item.
1
vote
0answers
25 views
Core Data GROUP BY
Trying to do a simple GROUP BY in Core Data, but no succes still. Starting point was here (Matt Connolly's Blog post of about a year ago and looked all over SO as well.
I simply want to group by a ...
0
votes
3answers
34 views
Reusing a View Controller with both push and modal segues
I have a View Controller that I want to re-use. I want to use it with a push segue when editing some data and I want to present it modally when adding new data.
I do need a bar in the top with a ...
2
votes
0answers
28 views
Encapsulation when moving from xib to storyboards?
With xibs, you could call different initializers:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
// Fetch Note...
// Initialize Edit Note View ...
0
votes
1answer
30 views
Converting a UIImage into a data URI
Suppose I have a UIImage instance that I would like to convert into a data URI and inject into a UIWebView.
I know I can convert the UIImage to PNG/JPEG NSData using ...
1
vote
1answer
38 views
Xcode 5 to Xcode 4 Project Run
I have a project that I started in iOS SDK 6. I downloaded Xcode 5 Beta with iOS 7 and ran it successfully.
However, to submit the project, I need to go back to SDK 6 and Xcode 4. When I do, I get ...
1
vote
1answer
15 views
retrieving facebook token expiry from ACAccountStore/ACAccount?
Is there any way to tell when your facebook token is going to expire when using ACAccountStore and ACAccount?
I create an ACAccountStore, get access to the user's facebook account, store the account ...
0
votes
2answers
53 views
how to play video on splash after loding default image in iphone?
i want to play video of 4 second in app after default black image is launched what can i do? please help me
my code is below
-(void)viewWillAppear:(BOOL)animated
{
NSString* moviePath = ...
0
votes
2answers
36 views
UICollectionViewCells and Buttons
I've been trying to get my UICollectionView to respond differently to single and double taps but all the answers I have found seem to suggest this is not really feasible because the single taps get ...
0
votes
0answers
11 views
BLE peripheral frequently disconnected and reconnected when it connected with iOS
Sometimes, my BLE peripheral frequently disconnected and reconnected when it connected with my iPhone 5. Even if they were in the very close distance. I exited my APP and restar running again, or ...
0
votes
1answer
25 views
How to set only one major line in core plot?
hi i am creating a graph using core plot, i want to change line style for major and minor line ,line style is changed but we have two major line top and bottom line in core plot how to remove top ...
0
votes
1answer
23 views
Mapkit addAnnotation exception: unrecognized selector sent to instance
My code relevant to the problem:
Annotation .h file
#import <Foundation/Foundation.h>
#import <MapKit/MapKit.h>
@interface CityAnnotation : NSObject <MKAnnotation> {
...
0
votes
0answers
5 views
Complex multiple viewcontroller driven horizontally paged 3 card layout in a collectionview - not animating smoothly, any ideas?
Let me explain
There is a master and a detail view in the beginning - both backed by their nsfetchedcontrollers and tableviews
Clicking on a row on the detailview causes a custom modal view ...
0
votes
1answer
17 views
Order results of CLGeoCoder geocodeAddressString by nearest location
I'm sure that I can figure this out based on code that I have implemented in PHP in the past, but I was hoping that someone has either done this and can provide an example or knows of a way to use the ...
0
votes
1answer
26 views
Integrating iAd in iOS-6
I want to use iAd's in iOS 6.But it seems some of the methods are depreciated in iOS-6 for e.g.:
setRequiredContentSizeIdentifiers:[NSSet ...
0
votes
2answers
43 views
using viewWithTag for a view inside a cell that's inside a tableview
This is my layout:
I have a TableView -> Cell - > Inside the cell I have some UITextFields and a UIView with a few more UITextFields. When I want to fill them with data inside cellForRowAtIndexPath ...
2
votes
3answers
62 views
Capture UIView and Save as Image
First of i Add the UILable on UIImageView and then after i screenshot the UIView, the image not proper capture the UIView Frame i also attach the image url.
1) Original Image Link :-
2) After ...
0
votes
1answer
21 views
iOS-Using upload image on Google Drive Api(error “Assertion failure in: GTLServer…”)
I'm trying to use Google Drive in my iOS app. I try to upload a file, I get the following error:
2013-06-17 14:38:57.964 GTL Demo[6495:11303] *** Assertion failure in -[GTLService ...
0
votes
0answers
35 views
How to use a single web page view to install configure an app?
My app needs configuration after the user installs it, which can be done using custom URL scheme.
I can use the method described here: Launching app OR app store from Safari? but it means the user ...
2
votes
2answers
52 views
Dynamic attributed text
I'm not sure what my options are for doing the following:
The text in red will actually render in red and is also dynamic - the length will change.
Should I use an NSAttributedString and figure ...
0
votes
0answers
16 views
iOS 6: Link directly to App Store Updates page
My app has a server-side component that may introduce breaking changes to iOS clients with old versions where users have not retrieved updates from the App Store.
To address this, my client app has a ...
0
votes
5answers
55 views
UIScrollView Jerky Scrolling
I have a big scroll view. I just wish to scroll around the scroll view with fixed steps on every button press. However when I write the following code the scroll view scrolling is very jaggy. Can ...
0
votes
2answers
24 views
dimissViewControllerAnimated completion: nil?
I'm trying to update my app for iOS 6 and above. I'm removing the code that has been deprecated, namely dimissModalViewControllerAnimated. How come Xcode does not recognize ...
1
vote
5answers
54 views
How to block orientation for particular view in ios 6
How to block orientation for particular view in Ios6. currently in my project there are many views out of them I want block orientation for only one view.
Please suggest me any solutions.
Thanks.
0
votes
1answer
42 views
Device plays audio in background, Simulator does not
Here's the issue:
When running my app on a device, audio play in the background.
When running my app on the simulator, the audio stop playing in background, and resumes when app is again in ...
0
votes
0answers
43 views
strong weak IBOutlet in iOS 6
The general recommendation was to use weak IBOutlet for the subviews. But now in iOS 6, views are no longer purged with memory warning, so is there any real practical difference between declaring an ...
0
votes
2answers
56 views
XCode: Stop Animating Activity Indicator after Executing a Method From Another File
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 ...
-2
votes
2answers
57 views
Compare current date with a date string
I have a string date in the database which I want to compare with the current date. For example 6/13/2013 11:15:00 PM is the date in the database, now I want to compare it with today's date. How can I ...
0
votes
0answers
33 views
How do I clean up dirty memory from CG Image
In my app, it seems like CG image is eating up a lot of dirty memory:
Is there any API to call to flush all the dirty image in the memory? In the code I am just resizing the images with this ...
0
votes
0answers
23 views
how to update embedded storyboard views from unwind segue
I have two embedded views in a combined uiview controller. They are passed a user object when the prepareforsegue method is called. This looks like this:
-(void)prepareForSegue:(UIStoryboardSegue ...
0
votes
1answer
42 views
iOS Corebluetooth - Sometimes won't connect to a device until I do a network reset
I've been occasionally running into an issue where my app will not reconnect with a specific bluetooth LE device until I reset the network settings on my phone (I am guessing this clears the bluetooth ...
0
votes
2answers
47 views
how to find nearest latitude and longitude form current place?
I have a dictionary with a collection of n number of latitude, longitude and address. I want to calculate which (latitude and langitude)point is closest from current user location(latitude ...
0
votes
0answers
27 views
facebook sdk from ios 6 to back ios 5
first i developed my project in ios 6 using facebook sdk 3.5.2 but because of some reason now I not have upgraded MAC & ios, now i have to work on ios5. thats why I moved my project to ios5. for ...
4
votes
2answers
75 views
Is it possible to tag blocks?
I am working on a turn based iOS game and trying to populate my list of games the player is participating in.
for (unsigned i = 0; i < [matches count]; i++)
{
// Only load data for games in ...
0
votes
0answers
31 views
detect why iOS app went into background, hardware home or incoming push notification
I want my app to behave differently if the user pushes hardware home button, versus other reasons it may go into background. I think I have sorted out the main cases, except I can't tell the ...
1
vote
0answers
20 views
ACAccountStore saveAccount no working on iOS5 but working on iOS6
ACAccountStore saveAccount no working on iOS5.
But it work well on iOS6.
I was read already 'Migrating tokens to system accounts' . and did follow code example of there.
Code was changed partially ...
0
votes
0answers
24 views
NSLayoutConstraint between Navigation Bar & ViewControllers View
Can we add a NSLayoutConstraint between self.navigationcontroller.navigationbar and a view inside the self.view. Here self is a UIViewController instance and _textField is a subview of self.view
What ...
-3
votes
1answer
39 views
Mutiple textfield in UIAlertView
I am getting error when displaying three textfield in the aletview. Please help.
self.alert = [[CustomAlertView alloc] initWithTitle:@"My Alert" message:@"Please enter information." ...
0
votes
1answer
57 views
Switch/Change the Cells in UICollectionView on click of a UIButton
The problem is i have a UICollectionView and i have a custom cell inherited from UICollectionViewCell.Now what i have on UICollectionView is two buttons left and right when i click the right button ...
0
votes
0answers
21 views
GADBannerView pushes UI elements from scrollview when hiding on iOS
I've been working on a mobile application for iOS platform. I was trying to put an ad banner in my app while I faced something ... I'd say strange.
I have a master-detail view workflow when the user ...
0
votes
0answers
26 views
Not able to access Keychain(KeychainItemWrapper) in app downloaded from Airwatch
I am trying to store and retrive some keys in Keychain using apple provided KeychainItemWrapper class. This works fine in case if I install the app from xCode or iTunes. But in case if download the ...
0
votes
0answers
18 views
Integrating Yelp API into iOS with OAuth
I'm trying to integrate the yelp api into my ios app. However, I'm new to oauth and after reading through yelp's examples (which are 3 years old) and the nxtbgthng/OAuth2Client documentation, I'm ...
0
votes
0answers
34 views
How to disable the animated hiding toolbar items?
I have a simple interface of two table views, navigation controller and toolbar. The toolbar of each view has the same bar items (constructed using storyboard).
When I push a new view toolbar items ...
1
vote
0answers
24 views
Unable to display macro enable word file in UIWebview
I'm trying to display MS office files(word,powerpoint,excel) using UIWebview some of the files have macros enable UIWebview is unable to display these files any idea why this happen? is there a way to ...
0
votes
0answers
18 views
Can anyone suggest me any javascript library or example for 2d terrain generation without using webgl?
I am writing ios application and in webview I need to show map ( I need to generate terrain kinda unlimited when user scroll add new terrain part and show data on that coordinates) of terrain. I found ...
1
vote
1answer
41 views
How do you pass core data corresponding to a row selected in a table?
I am learning how to use Core Data. I have an app that fills out all the variable of an entity labeled User. I then take these users and load them to a table. At this point the users can be selected ...
0
votes
1answer
17 views
Upload a photo to a specific album
I post a photo via the method startForUploadPhoto
-> https://developers.facebook.com/docs/reference/ios/3.1/protocol/FBGraphUser/#id
But I could not find a way to specify the album name, currently ...



