iPad is a tablet computer designed by Apple running the iOS operating system. iPad applications are usually written in Objective-C in the Xcode IDE, although it is also possible to use other tools to build iPad applications. This tag is related to iOS and Objective-C.
-2
votes
0answers
17 views
Ipad websiteData under settings
WHen does the website data under Safari->Settings->Advance->WebSite Data gets populated.
Actually i am facing a problem because of that. And is there any way(progrmatically) we can avoid getting it ...
0
votes
2answers
33 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
99 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
34 views
UITableViewCell preserve selected on UITableView scrolling
I have UITableView on iPad. When a cell is selected and the cell is scrolled off the screen, and then scrolled back into the screen, the selected cell is blank.
My problem occurs only on the device ...
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.
1
vote
1answer
20 views
Allow users to edit PDF documents on IPAD
My application basically has list of PDF forms and it allows the end users to fill up the forms(Edit forms) and that will be send back to server.
This application is an ipad application It works fine ...
0
votes
4answers
57 views
Overriding drawRect method in a UIView subclass & call it into another UIViewcontroller
I am a novice ios programmer and this is my first project.I am going to develop this project specifically for ipad. In this project i need to draw several circles & display data on it by parsing ...
0
votes
1answer
42 views
UITableView not responding anymore after implement UITapGestureRecognizer
In my view controller, I have a table view and a few custom UIView's. Within the view controller, a UITapGestureRecognizer is implemented for some interactive UI work. Now, the UITableView is not ...
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 ...
-1
votes
0answers
40 views
How to display YouTube urls in tableformat?
I want to display YouTube URL's display in a UITableView For that purpose I am using "HCYoutubeParse".
By using start icon download method I am getting the image of the YouTube URL. But the process ...
1
vote
0answers
17 views
iAds suddenly stopped showing on iPads, but still appear on iPhones
iAds in our iOS app used to appear on both iPads and iPhones. However, they stopped displaying on iPads recently, and we have no clue why. We didn't change any of the advertising code. Did Apple ...
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
2answers
30 views
“anynchronous” return of a function inside a block
I have tested several times to take a screenshot on Cocos2D. The only one that works for me is by adding this category to the project:
HEADER
/*
* CCNode+Screenshot for cocos2d: ...
0
votes
0answers
18 views
Can't get BPM of song in iPhone?
I used MPMediaPickerController in order to get BPM of song.
By the way, I can't get BPM of song.
How it resolve?
- (void) mediaPicker: (MPMediaPickerController *) mediaPicker didPickMediaItems: ...
0
votes
3answers
45 views
how to read the x,y position of xcode UITextView created in storyboard
How can I read the x,y position and width of a UITextView created in storyboard?
At run-time, I need to programatically create other objects immediately below the UITextBox?
And all run-time created ...
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
2answers
31 views
iOS socket bind error 49 can't assign requested address
When using the bind function in an iOS project it gives me the error "can't assign requested address" (#49)
Here is the code:
struct sockaddr_in sin;
sin.sin_family = AF_INET;
sin.sin_port ...
0
votes
0answers
15 views
Using Google maps to control bicycle
I would like to make a exercise bike like the "Tour de France bike from PRO-FORM with ifit"ut.
The bike is so bad I have decided to make a better one.
I could take it apart and use it for the new ...
-1
votes
0answers
12 views
Ckeditor not showing properly on ipad / iphone [closed]
I have used Ckeditor in my web application but when I open my web application from iphone / ipad it shows only html code of ckeditor and does not work properly there. Could you please provide a ...
0
votes
4answers
34 views
can the border of UITextView or UILabel be set in storyboard?
I want to set the border of a UITextView or a UILabel in storyboard.
Can it be done?
Programmatically, it is setBorderColor and setBorderWidth.
But can this be done in storyboard, which would be ...
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
28 views
Moving the 3d object in iOS application?
I am working on rotating the 3d object in my application by using the application downloaded from here.I succeed on stopping the rotating object as below, but I can't rotate the object again from the ...
0
votes
6answers
70 views
get location name from latitude longitude in iOS
I want to find current location name from latitude and longitude,
Here is my code snippet i tried but my log shows null value in all the places except in placemark, placemark.ISOcountryCode and ...
0
votes
0answers
34 views
Present ModalView over PopoverView in iOS
I am trying to develop an application which needs to present a view modally while loading the app from background. Now my issue is that if there is any popover opened before sending the app to ...
0
votes
0answers
20 views
IPad top nav bar - hidden then activated by button (like tap screen, but using a single button)
I want my top nav bar to be hidden, with a menu icon in the top left hand corner (same position as on the nav bar). When the button is activated the top nav bar appears and the menu icon appears in ...
0
votes
3answers
74 views
scroll table view top when selecting an textfield
I Have a UITableView with custom cell with UITextField and buttons on that ,my issue is when ever the user selects some textfields in bottom keybord is hiding that textfield , i tried to scroll up the ...
0
votes
1answer
33 views
push DetailViewController when popping MasterViewcontroller
In my iPad master detail application, I have a master view controller with tableview in it an a detail view. When user clicks on a row, it pushes another master view and detail view, now when I click ...
-1
votes
1answer
24 views
ios provisioning profile cannot transfer to device
I recently downloaded an ios provisioning profile to my new macbook. In the organizer library it says the profile is valid; however, when I try to add it to my iPad, it says "MyIpad is not included in ...
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
57 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
30 views
Supporting ios 5 in monotouch applications
I have an application with monotouch ios (iphone/ipad application). in my project option I target ios 6.
now when I want to download my application with a device that run ios 5 itune not allow.
If ...
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 ...
0
votes
1answer
24 views
iCarousel performance issue with UITableView (iPad master-detail UI)
I am currently using a master-detail iPad UI: inside a UISplitViewController I have the left (master) side contain a UITableViewController, and the right (detail) side contains an iCarousel. See ...
2
votes
1answer
26 views
Does Apple allow to monitor springboard events?
I am trying to detect when a user locks the device (vs. pressing home button for instance).
Found this:
CFNotificationCenterAddObserver(CFNotificationCenterGetDarwinNotifyCenter(), //center
...
0
votes
0answers
14 views
AVAudioplayer play a duration of audio file [duplicate]
I have an ipad audio app, I need to play an audio file audio.mp3. The audio.mp3 contain all the audio, which split into 01:["0:00","0:03"],02:["0:03","0:17"],03:["0:17","0:34"]', which mean that 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 ...
0
votes
1answer
14 views
Manual segue not transitioning properly
I am somewhat new to ios but I've been able to muddle though... until now. I have an application with a login page. First thing I did was create a few empty view controllers and stuck them on a ...
0
votes
0answers
17 views
How to play ogg file in HTML in IPAD safari?
I want play ogg file in IPAD safari.
ogg file have to contain in HTML file.
In Mac OS safari, ogg file play normally.
But, in iPad safari, ogg file didn't play.
How to solve this issue?
<body>
...
0
votes
1answer
31 views
how can I run “cut” command in my ipad
I want to run a bash shell script file in my iPad.
there is a cut in the script.
but the shell can not find the command.
What package should I install?
0
votes
0answers
29 views
How to hide tabBar in that place i want show toolbar
I want to develop one app like iPhonelibrary.when click on edit button tabBar is replacing
with toolbar.
I did it in iPhone
self.tabBarController.tabBar setHidden:YES];
AppDelegate ...
1
vote
1answer
37 views
on ipad once loaded youtube video freezes all other keys until played
I am using the following code to load a YouTube video.
jQuery(document).ready(function() {
$("#LOAD").click(function(){
data = '<iframe id="placeHolder"> </iframe>';
...
0
votes
1answer
34 views
+50
iOS App Admob text and image banner distribution
There are 2 types of admob banners, image banner and text banners.
for image, I only need to click once to get paid.
But for text banner, if I use old SDK, you only need to click once on the arrow ...
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
1answer
40 views
HTML - file upload form does not work with iPad
Uploading files on the IPad is not possible because "Choose file" is grayed out. Is there a workaround to upload files in a iPad browser. I'm using the current chrome for iPad.
my upload code:
...
1
vote
0answers
48 views
Double clicking on a div with contenteditable inside and iframe disables div
If i create a div that has contenteditable true inside of an iframe and if you double click it it becomes non functional.the focus is still in the iframe and you can see the cursor, however it does ...
0
votes
1answer
75 views
How to upgrade iPhone 5 graphics to iPad Retina?
I have an iPhone 5 optimized app and I would like to upgrade its graphics for iPad Retina.
How can this be accomplished?
Do i have to double the size of every graphic element I currently have from ...
-1
votes
1answer
34 views
iOS paypal API - Apple Rejection [duplicate]
I want to develop one iPhone app in which user upload their documents on my server and then I will process that documents and provide them back via mail or any other mechanism out side of app.
I want ...
0
votes
2answers
34 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 ...
0
votes
1answer
28 views
how to email file from documents directory of iphone app
I am saving file documents directory after that i want to send that file in email but problem is that it doest not get attached i think problem is due path conflict or anything else here is the code ...
