Tagged Questions
0
votes
0answers
12 views
how to add contacts info into address book in an application
HI i want to add contacts into my AddressBook in my Application.
Like if i have a text field for name and phonenumber, once i click the button it should add into my addressbook.
I went through many ...
0
votes
1answer
32 views
iPhone back button refuses to work after selecting an image with the UIImageViewController?
So I am writing this iPad app that starts on a main screen and then from there you can go to a settings page. In the settings page you have the ability to select a picture from the photo album using a ...
0
votes
3answers
24 views
Objective-c: The xib loaded from code is not the same on the project
I have problem with my project. I have an interface file which has two buttons but somehow when i run the application the interface has only one button. I know the interface is not the same the one on ...
0
votes
1answer
18 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 ...
0
votes
1answer
21 views
UISplitViewController => shouldHideViewController animation?
I'm trying to animate my MasterViewController when it appears/disappears. For hidding my master, i use shouldHideViewController in my UISplitViewController class.
...
0
votes
2answers
64 views
Rotating a view around a fixed point - ObjectiveC
I need to rotate a UIView around a fixed point.
bubbleTail = [[BubbleTail alloc] initWithFrame:bubbleTailFrame];
[self addSubview:bubbleTail];
bubbleTail.layer.anchorPoint = triangle_top_left;
...
1
vote
2answers
58 views
Detecting programmatically an installed app
I am trying to detect installed Instagram on my device , formerly I used this code to detect an app , but it seems it does not work with iOS 6 or non-JB devices :
NSString *filePath = ...
1
vote
1answer
57 views
app crash due to low memory on iPad4 [closed]
I had 4 iPads to test my App: #1 ipad2 (iOS 5.1) #2 ipad3 (iOS 6.1.2) #3 ipad4 (iOS 6.1.2) #4 iPad2 (iOS 6.1.3).
I runed an iPad App on these ones,after I opened a pdf file with webView 4 times, #3 ...
1
vote
1answer
43 views
UIKeyboardWillShowNotification doesnt work from iOS > 6.1
Init section:
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillShow:)
name:UIKeyboardWillShowNotification ...
-2
votes
1answer
48 views
Use default iOS system sound in third party app [duplicate]
We are developing iPhone alarm app. Client wish to have iOS built-in alert tones (Marimba, Alarm, Ascending etc) to alert the user in our app. I searched thru the net and I haven't found any document ...
0
votes
3answers
74 views
PresentViewController without fullscreen
Quick question again. When I use presentViewController to present a new viewcontroller on top of my current one it is full screen. How do I get it to present a specific size? Or should I use another ...
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?
0
votes
3answers
56 views
The surounding area of an ellipse is black. Why?
I am drawing an ellipse using core graphics in iOS. The area near the corners of the ellipse are black in color. I want it to be clearColor. How do I get about this?
...
1
vote
1answer
24 views
Stopping a video stream when UIViewController is closed
I have a UIViewController with a UIWebView with the URL pointing to a video on my website which loads and streams fine when the page is opened.
I then have a Back button on the same page to take me ...
-1
votes
1answer
63 views
NSMutableArray not being modified properly when manipulated in other class [closed]
I have an NSMutableArray as a property in a view controller class, and this line is being used in two other classes. One of the classes manipulates the array (adds more objects to it) and another just ...
0
votes
0answers
40 views
iOS: How to put UIButton below/up to UITabBar Controller?
I am trying to put a UIButton below/UP to the UITabBarController.
Original Screen
Wants the make it either of below
I tried the below code and others but no success. please help
[window ...
0
votes
1answer
34 views
Shader doesn't work - OpenGL ES
I have created a program that allows me to display 3D objects and now I want to make a cut in relation to another object. Here is my result : screen.
The screen shows that we can see through the cut ...
0
votes
1answer
30 views
iOS Using GLKMathUnproject to find screen point in world space
How to use GLKMathUnproject to determine location in world space?
The user needs to select one of several objects in world space.
In doc it says
GLKVector3 GLKMathUnproject (
GLKVector3 window,
...
4
votes
0answers
96 views
How can I measure my app's data traffic?
I'm developing an iPad app, which loads some images and does video calls. The images are retrieved over http, and the video stream is over rtp. Is there a way to measure all download and upload that ...
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.
2
votes
3answers
103 views
Update views while being touched
I am having an app where I load images in a UITableView. Each row has an image view.
I download images from URL and assign it to UIImageView. The problem here is that the image views are not ...
0
votes
0answers
13 views
MPMovieController control bar not responding
I'm making an iPad version of an app I've already made for iPhone, which means I know this code has worked. I am using self.bounds instead of a static value, so the size to is accordig to the docs.
...
0
votes
0answers
40 views
NSJSONSerialization leaking - can't figure out why?
SO here is my method:
-(NSString *) getTemplateNamed: (NSString *) aTemplateName withManufacturerID: (NSNumber *) aManufacturerID withPriceLevel: (NSNumber *) aPriceLevel {
@try {
...
0
votes
1answer
60 views
How to dismiss the Popoverviewcontroller?
I have select the Popoverviewcontroller segue in storyboard for IPad over UIBarbutton to view controller.
When i select one time on the add button it displays the Popoverviewcontroller, I want to ...
0
votes
0answers
17 views
How do I use a UIPageViewController in a UISplitViewController?
I am trying to use a UIPageViewController as the main view in a UISplitViewController, but it does not work properly with paging gestures. For instance, if I try to swipe to the next page, the next ...
0
votes
0answers
56 views
“unrecognized selector sent to instance” crash
I've got a trouble with UI_USER_INTERFACE_IDIOM() here
- (void)viewDidLoad
{
[super viewDidLoad];
self.footerCommentActivity = self.commentActivity;
self.footerNewsActivity = ...
0
votes
1answer
58 views
delegate help code not behaving as expected
Really simple question i think.
i have a main view and a popover view.
i am trying to make a custom delegate which will enable me to close the popover view at certain times. My code is posted below. ...
0
votes
1answer
44 views
Using 2 UITableView instead of UISplitView
I am developing a simple iPad application. I have an array of category objects, and each category object holds an array of item objects related to that category. I want to show the categories on the ...
-1
votes
1answer
26 views
iOS UIPopover and tableview tutorial [closed]
Im after examples of a good tutorial which shows a popover view and tableview.
What i need is when i select a cell in tableview it saves the string and closes the popover view but the string is ...
1
vote
2answers
31 views
How to change orientation of toolbar which is adding to window
I am developing one app which is based on tabbarcontroller.In one view Controller i want to hidden the tabbarController instead of that i want to show toolbar for that purpose i wrote the following ...
0
votes
2answers
32 views
UIWebView execCommand Cut, Copy, Paste
I can't seem to get the execCommand for cut, copy, paste to work in a UIWebView that has contentEditable set to true. I am able to select the text using selectAll command but cut, copy, and paste do ...
-1
votes
3answers
46 views
how to attach any document in email in iphone app
I am sending email from iphone app it is working fine but i want that with email i should attached a pdf file which is documents folder of the app.for testing first i attached a png from resources ...
1
vote
1answer
47 views
NSUserDefaults working on device and simulator but returning NULL on device when installed via .ipa
I am encountering very strange problem.
I am saving users email and a encrypted key with [[NSUserDefaults standardUserDefaults] synchronize] for login to my webserver with my ipad app. This method ...
0
votes
1answer
59 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 ...
-3
votes
1answer
46 views
detect when subview showed up on screen
Have 2 functions, function 1 download data (photos and names) and when download is complete I call function 2 to update screen with that data (showing up buttons thumbnails with the photos and names).
...
1
vote
1answer
18 views
Switching between storyboards/view controllers
So I'm making an iPad app for the very first time and right now I have one view controller with its buttons displayed on the storyboard and everything and what I want to do is when I click on a ...
0
votes
0answers
12 views
Video playback terminates when popover is dismissed
I am trying to playback a video stored in the photos album. This is being tested on the iPad, hence the use of UIPopover. The code is as follows:
-(void) buttonPressed1:(UIButton*) button{
...
0
votes
2answers
58 views
how to connect dots and make a line and remove lines in ios? [duplicate]
how to connect dots and make a line and remove lines in ios?
How to to make flow line type of game for iOS?
this is link http://www.flowanswers.com/
This type of project have assigned to me.
...
0
votes
2answers
43 views
xcode I want to change the first xib on launch
I created an IPhone app, then I had to convert it to IPad app. Now, I added a new Objective-C Class which includes XIB, .M and .H files. and I want that new XIB file to be shown on launch.
my new ...
0
votes
2answers
28 views
drag and drop uiimage into another uiimageview
I am using following code snippt to drag and drop uiimageview
UIPanGestureRecognizer *panRecognizer = [[UIPanGestureRecognizer alloc] initWithTarget:self action:@selector(move:)];
[panRecognizer ...
0
votes
1answer
23 views
Xcode iPad storyboard
So I'm looking at an iPad Objective-C Xcode project's source code and I am new to this and having trouble figuring out what's going on.
So I'm looking at the file MainStoryboard_ipad.storyboard which ...
0
votes
1answer
36 views
Some help regarding UIScrollView and changing ownership of a UIView
Basically, I'm working on an app on the iPad that involves a line which the user can scroll horizontally through on the screen. It's set up so that there is a UIScrollView and a UIView on top that ...
-4
votes
3answers
65 views
Convert DateTime in iphone [closed]
I need to convert the Current date time into "04/10/2013 12:00:00 GMT+5:00" format.
I had gone through differet methods but couldn't got the exact format.
Can anyone know please help me.
0
votes
4answers
85 views
How to create custom tableview cell with three buttons having background image and tagID.I want to return tag ID when button is clicked?
I am creating an iPad Application in which I had created a custom table view which return rows according to the number of items in the API. Each row contains three button with background image and ...
0
votes
2answers
43 views
label is not visible in UIToolBar
I am attempting to set a label into a subclassed UIToolBar. I am first creating the label, then converting it to a UIBarButtonItem and setting them to the toolbar, but the toolbar just appears blank. ...
0
votes
1answer
35 views
TableView as subview of UIView not appearing when app lunches in landscape mode
I am developing an application in which i created tableview as subview with two rows which contains label and textfield to take username and password from user.
I took help from this site to create ...
0
votes
2answers
21 views
Can I make one XIB/NIB that can be shared across iPhone and iPad UIs in a Universal App?
Are XIBs usable across platforms?
EG: I'm creating a Universal app. When creating a new XIB, Xcode wants me to pick a device family.
This bit of UI will be used in both versions of the app as-is ...
-5
votes
0answers
31 views
issue when chance uiview from landscape to portrait [closed]
self.view.autoresizingMask = UIViewAutoresizingFlexibleHeight|UIViewAutoresizingFlexibleWidth;
self.menuView.autoresizingMask = UIViewAutoresizingFlexibleHeight|UIViewAutoresizingFlexibleWidth;
I'm ...
0
votes
7answers
112 views
iOS/Xcode - Toggle button changing position
I want a button that toggles the position of an element on click.
My current code:
-(IBAction)menuTouched{
// Push menu
UITableView * sideMenu = [[UITableView alloc] initWithFrame:CGRectMake(1060, ...
0
votes
2answers
50 views
Stopping navigation bar from scrolling with table
I have a UITableViewController which successfully lists in the table view data fetched from a CoreData entity.
I want to have a navigation bar at the top with a couple of buttons to navigate around, ...





