Tagged Questions
0
votes
0answers
21 views
Apple push notifications array access
My push notifications are not working properly, i need access to a subelement of an array. i have this code on xcode, but i can't access the title element
_message = [userInfo objectForKey:@"title"];
...
0
votes
0answers
13 views
ZXingWidget: Application crashes if scan mode remains idle for 10-12 minutes
I have developed an application where i have used ZXingWidget to implement QR scanning.
It operates well. But the problem is when it remains idle in the scan mood, it crashes after 10-12 minutes. ...
-1
votes
1answer
23 views
clang: error: no such file or directory: 'DDEBUG' [closed]
I want to use ALog() and DLog() instead of NSLog(). Hence, I followed the instructions given on this link.Following the instructions, I added DDEBUG to my OTHER C FLAGS in my target. But on running ...
0
votes
0answers
13 views
Game Center Custom matchmaking how to send invitations
I’m making a custom matchmaking for my multiplayer game with Game Center. I want to be able to invite friends, but i can’t seem to find how to. Is there any GK invitation view or sush? I have ...
0
votes
1answer
43 views
NSMutableAttributedString font size changes by accident
I made a NSMutableAttributedString object which consists of 2 different NSMutableAttributedString objects:
NSMutableAttributedString * ob1 = [[NSMutableAttributedString alloc] ...
0
votes
0answers
16 views
Rotating only fullscreen video in iOS 6
I am trying to make my app only rotate to all rotations if it is playing a video which was clicked through from a website. I am using the following code which has the right idea but isn't quite ...
1
vote
1answer
22 views
Calculating the exact size of a CGRect frame for a pdf based on UITextField
I am creating a pdf report that renders frames based on text in a series of UITextFields. Currently I am using a series of methods as below. The variables are used to keep track of the position for ...
1
vote
0answers
21 views
Ask for publish permissions directly after read permissions - Facebook SDK for iOS 6
The Facebook SDK for iOS 6 mandates that you ask for Read Permissions before Publish Permissions, and suggests strongly that you only ask for Publish Permissions in context. I, however, am not using ...
-1
votes
2answers
33 views
From TableView to DetailViewController
i have a TableView with some Names.
And i want to show these Names on an other ViewController, but i don´t get it.
Here is my code:
AnguckenViewController.m
- (void)tableView:(UITableView ...
0
votes
0answers
20 views
MPMoviePlayer is black, video doesn't play in an iOS 6 app when built for iOS 5 device. How to make backwards compatible?
K, so i have an app in the store, built w/ Xcode 4.6 for iOS 6 devices. I am trying to make it backwards compatible w/ iOS 5.
So first, i downloaded the various old simulators (including iPhone 5.0 ...
1
vote
2answers
42 views
Crash after dropping pins on map in iOS6
I am trying to learn how to drop pins on a map in iOS 6. I have a code which compiles and runs but which obviously leaks memory -- but when I release (or autoRelease) the mapData object my app ...
0
votes
2answers
38 views
iOS 6 AutoLayout with multiple tableviews all dynamic heights
Okay so I am stuck. In my app I have a product view. On this view there are two nested table views inside a scroll view. The first tableview is only one cell and holds static text. This text length is ...
0
votes
0answers
16 views
Compiler warnings with gtm-oauth, how do I get rid of them?
Here's a picture of the code and the corresponding warnings in the GTMOAuthAuthentication.h file from Google's gtm-oauth Cocoa library.
What exactly is causing these warnings? How do I fix them?
0
votes
0answers
11 views
gmt-oauth - still a viable oauth library for iOS?
Is this still the one to use? I realize this is a little subjective, but I've read a lot around StackOverflow and it's been pointed to a fair bit, but I haven't found a lot of recent questions about ...
0
votes
1answer
19 views
Twitter iOS 6 oauth or not?
Am i correct in saying that you do not need too use oauth to use the twitter api if your using iOS 6 & using the accounts method to login? I want too use most of the twitter 1.1 api and was ...
-2
votes
0answers
30 views
How to get number of user of IOS app by google analytics
I am new in google analytics. i dnt know how to use it.. in my app i want to count number of user of my app by google analytics. i read on google analytics but dint find the exact code can anyone ...
0
votes
1answer
27 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?
2
votes
1answer
56 views
Speed up search using dispatch_async?
I'm trying to speed up my app search , it get lags when there is a lot of data.
so i'm tried to split search Predicate on UI by using dispatch_async not dispatch_sync cause no different if I use it.
...
-1
votes
0answers
26 views
how to display the AVAudioplayer in UIViewController
I am developing AVAudioplayer app according to my project requirement. In audioplayer iam using storyboard to develope coding. I can drag and drop of all buttons like play button, pause button,forward ...
0
votes
1answer
31 views
using storyboard how to play AVAudioPlayer
I am developing AVAudioPlayer according to my project requirement. In audioplayer iam using storyboard to develope coding.In my audio player using json parser to retrieve the urls from server.And ...
0
votes
0answers
28 views
JASidePanel > CenterPanel hidden rightBarButtonItems
I'm using JASSidePanels to implement the left menu effect (like Facebook iOS app).
My CenterPanel has 3 rightBarButtonItems.
When the LeftPanel is showed, the CenterPanel is moved to right and the 3 ...
0
votes
3answers
56 views
Can't get rid of top navigation bar
I'm working on an iPhone app with an all-custom GUI. I had placeholder UINavigation elements before but have since added my own buttons and set up all the segues programmatically. Now I am ready to ...
1
vote
5answers
102 views
Understanding what happens and why you need a delegate and source for table views
I have been practicing with table views and I know how to create them but I would like to have a better understanding about delegate and source when creating table views.
Can someone explain the need ...
1
vote
2answers
61 views
How to get IMEI on iPhone 5
I'm develop application for jailbroken iOS devices. I use https://github.com/erica/uidevice-extension/blob/master/UIDevice-IOKitExtensions.m to get IMEI, but on iPhone 5 this solution does not ...
-1
votes
2answers
23 views
NSURL with string giving null value
Below is what I have
NSString *foofile = @"/Users/alkandari/Library/Application Support/iPhone Simulator/6.1/Applications/8C445026-6387-4E40-B5A3-D1A1680666D6/Documents/ProjacsBODFiles/file_5_21.pdf"
...
0
votes
3answers
28 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
0answers
9 views
Drag XBPageDragView from top left to bottom right
I am using XBPageCurl library. I want to drag view from top left to bottom right corner. The sample code for XBPageDragView curls the page from bottom right. Any idea how to do it.
0
votes
0answers
4 views
TPKeyboardAvoiding issue
I'm using the TPKeyboardAvoiding project and in doing so have an issue with the size of the scroll view.
The scrolling works great but for some reason it's not using the full screen, despite being ...
0
votes
4answers
59 views
ios how to hide one uiview and push another uiview at the same position
I want to set myview hidden and view visible, how can I do this. This is the code I got so far but it makes everything hidden.
CGRect frame = CGRectMake(185, 960, 768, 1004);
HiUIView *view = ...
0
votes
2answers
47 views
Objective C Converting float to integer produces strange results [closed]
I have float which has value 30 which I get from core data.
When I print the value using NSLog I get 30.
NSLog(@"The value of float temp is %@", [self.detailItem valueForKey:@"credit"]);
When I ...
0
votes
1answer
42 views
does have objective-c have generic types (and with constraints) similar to c#?
Example Generic Repository:
public interface IGenericRepository<T> where T : class
{
IQueryable<T> GetAll();
IQueryable<T> FindBy(Expression<Func<T, bool>> ...
0
votes
4answers
51 views
iOS 5 UIButton title showing with ellipsis
I have a problem regarding the UIButton title in iOS5. They are clipped and show like in this photo. I don't want them to be clipped, i want to show the full title.
In iOS6, they work perfectly.
...
0
votes
1answer
63 views
iOS 6 - UIActivityViewController items [duplicate]
Hope everyone is aware of iOS 6 contains new style of ActionSheet (UIActivityViewController). The UIActivityViewController can be initiated with the paramentes like string, url, image etc. Below is ...
0
votes
0answers
25 views
How to play videos, from an array, in MPMoviePlayerController for iOS 6, using NSThreads or NSOperationQueue?
//This MutableArray, has the file name, which the app will pick, from the Bundle.
arrayFileName=[[NSMutableArray alloc]initWithObjects:@"titanic", @"DummyName", @"Dinosaur",@"DummyName",@"titanic", ...
0
votes
0answers
20 views
Highlight UITabBarItem image
I am using UITabBarItems within a UITabBar. When a particular tabBarItem is selected it is shown highlighted. But for my case this highlighting is not enough (because of the background color of the ...
1
vote
3answers
54 views
adding custom button to number pad keyboard ios 6
I am new in IOS & I am using IOS 6. I have more than one textfield in my code, one of them uses the Number pad keyboard and I want to add the custom button to it.
I am using this code:
...
2
votes
1answer
41 views
Playing Video on UIWebView getting Access Denied
Hello Everyone i am trying to play video based on URL that i am getting through API but i am getting Error like Access Denied.
The reason why i am playing video in UIWebView is because Video is not ...
0
votes
1answer
56 views
UITableView Delete Control and Delete Button not synced
I have seen a very strange behavior of my table view:
I have enabled the UITableViewEditingStyleDelete, which shows in the editing mode at the left side of the tableView a red "-" control. If I tap on ...
0
votes
3answers
57 views
Trying to give UILabel a shadow, but it won't show up
I'm trying to give a label in one of the classes in my app a drop shadow, but it's not working at all. Nothing shows up. What am I doing wrong?
// Set label properties
titleLabel.font = [UIFont ...
0
votes
1answer
34 views
Detect change in NSManagedObjectContext in app delegate from different class?
I have an NSManagedObjectContext in my app delegate and data is loaded and saved fine. I also call NSManagedObjectContext from master view controller and load data there. However I have problem as ...
0
votes
0answers
22 views
With YRDropdownView, when I present it after a refresh it gets caught at the top of the screen, and can't be seen
I'm using YRDropdownView to present notifications in my app, in this case when they try to manually trigger a data refresh it will notify them that there's no internet (if there isn't).
This refresh ...
0
votes
2answers
43 views
How to Insert Core Data Record Related to Another?
Currently I have two entities in my model; Module and Level. They have one to many relationship e.g. a level can have a lot of modules. How can can I insert data so that they are related one to ...
0
votes
1answer
48 views
Objective C: “Property implementation must have its declaration in interface” [closed]
I keep getting error above but I am not sure why. I imported all the required classes and I declared the properties. Any help is appreciated. I have included code below:
// ...
0
votes
1answer
27 views
Strange Bug in iOS 6 UINavigationController
I have found a strange bug in ios. When I use UINavigationController and push other controllers, the titleView shifted to the right so much as how many controllers was pushed
It's looks like this:
...
0
votes
1answer
54 views
UIToolbar buttons with UIImage not entirely transparent
I've had this code forever, and it used to work, but it started exhibiting an annoying behavior in, I think, iOS 6. There are several similar threads on SO, but I haven't found a solution that I am ...
0
votes
1answer
42 views
dismissViewControllerAnimated results in empty screen
I present modal view which is a navigation controller:
UINavigationController *nvc = [[UINavigationController alloc] initWithRootViewController:photoEditVC];
[self presentViewController:nvc ...
0
votes
1answer
26 views
AutoLayout and animateWithDuration problems
I'm updating my iPhone app for the iPhone 5's larger screen, and there seems to be a problem with animateWithDuration:. Before I turned on autolayout, the interface elements would move slightly up the ...
0
votes
9answers
89 views
How to hide keyboard on touch the scroll view Background? [closed]
I went through all the solutions but none are working. I am developing an app for iOS 6, ipad. I want the keyboard to go away when user touches outside (on scrollview)...
1
vote
2answers
48 views
Downloading pdf is not working
I am trying to download locally the PDF that is there on my UIWebView using code mentioned below.
Save PDF which is displayed by UIWebView locally
When I type, NSLog(@"pdfille==%@", pdfFile);, I see ...
-3
votes
2answers
71 views
fetch the data from Array [closed]
I am developing AVAudioPlayer app in IOS 6 according to my project requirement.
I can retrieve the audio urls from server. This task successfully completed.
But i have small doubt. How to fetch the ...



