Click here to Skip to main content
15,887,746 members
Everything / iPad

iPad

iPad

Great Reads

by Vince Chan
Pwnage Checker is an iOS app that allows users to check whether an account has been compromised in a known data breach
by Vince Chan
How to display activity indicator with overlay
by David Lashkhi
Working with UIPopoverPresentationController
by David Rousset
Create a Cross-browser Touch-based Joystick with Hand.js

Latest Articles

by Vince Chan
Pwnage Checker is an iOS app that allows users to check whether an account has been compromised in a known data breach
by Vince Chan
How to display activity indicator with overlay
by David Lashkhi
Working with UIPopoverPresentationController
by Rey Bango
This article is part of the web dev tech series from Microsoft intended to share Project Spartan and its new rendering engine.

All Articles

Sort by Title

iPad 

8 Oct 2013 by Member 8412410
Hai I am new to ios I check the internet for 3des sample cod but none of the workif any one had know share it
11 Oct 2015 by ngthtra
Hi All,I have a issue about input English character on iPad.I am working Japanese iPad, so when I input value on textBox Japanese keyboard will be displayed. But I want to when I focus to textBox, the English keyboard will be always displayed to me can input English character.Please...
10 Apr 2017 by Majid99
The code work good when I was using Xcode 7.3 with iOS 9 but when I migrated to Xcode 8 using swift 3 ,the code below show me that runtime error.still finding a solution for itclass TableViewController: UITableViewController,NSFetchedResultsControllerDelegate,UISearchResultsUpdating...
10 Apr 2017 by Surya_Narayan
It feel like context is not properly set . Please try let ad = UIApplication.shared.delegate as! AppDelegate let context = ad.persistenceContainer.viewContext
12 Dec 2013 by Yvan Rodrigues
This handy tip is an easy workaround for a shortcoming in iOS 6 and 7.
7 Jan 2012 by RobCroll
Stop app crashing with "-[MyClass controllerWillChangeContent:]: message sent to deallocated instance"?
16 Jan 2014 by Member 10525909
i need the update the os from 6 to 7 in my friend iphone..am using the ios7 now..help me , want to know the answer..
17 May 2013 by David Rousset
Create a Cross-browser Touch-based Joystick with Hand.js
12 Jan 2012 by DannyStaten
I recently posted a question about formatting date inputs for IOS 5 safari. It works out so long as the date input is formatted YYYY-MM-DD. So february 22 2012 needs to be 2012-02-22 to work on an ipad. I simply overrode the jquery datepicker function to detect if it was an ipad, transform...
5 Dec 2015 by Vince Chan
How to display activity indicator with overlay
22 Aug 2012 by adnan9833
I need to implement a drag drop and swap functionality in the portlet and their arrangement will be somewhat as shown in the figure.1 23 4This is a web application which will be run on iDevices as well. I tried doing it with a plugin called redplugin...
11 Feb 2013 by Rahul R Rana
I want to Draw a symbol and add text in UIImageView. when move it should move together. When it would get opened next time, it should be editable. pls needful for me
12 Feb 2013 by TRK3
You can draw into a UIView by accessing the CALayer (by the -layer method), and using the -DrawInContect: method to specify a CGContext to draw.See the CGContext reference for functions that draw paths and text on CGContext.If you want the symbol and text to move together, independent of...
10 Apr 2013 by Avinash6474
Hi All,I have an iPhone application , which is working fine on iPhone device.recently i got an iPad , but I am not able to execute application on iPAD!!! --> I have registered the device to apple development center --> I am not able to add the provisioning certificate for the iPad...
23 Jun 2014 by Stephen Hewison
Hi,I've developed a globalised application which uses the Request Header information such as language to decide which country my user is from and then display a date control, amongst others, formatted with their locality settings.The issue I'm having, especially when entering into the...
23 Jun 2014 by Bernhard Hiller
No "perfect" answer possible.The users might select the language / regional settings from a menu, then you could store that in a cookie and apply when they visit again. Of course, that won't work with the first visit.Also users might configure their browsers with other languages being...
9 Mar 2012 by schamas
This is freelance jobHi all,we are a group of indesign users from Turkey, We would like to develop digital publishing magazine in IPAD, but we have a several problems, because Indesign DPS is so expensive,we need an application for IOS SDK which,newsstand application,can receive...
14 May 2017 by habed
I have a tableview that has different sections. Upon loading the view I hide the section and create a overlay button over the section which upon clicking it it displays a alert box asking for admin password PROBLEM: Now, I am trying to show the section that was initially hidden once the user...
11 Aug 2013 by hpham
Hello,I'm developing a Point of Sales (POS) app on the iPad and iPhone. The app builds with local SQLite database. The app mainly operates in a single store (close loop) environment with local network router. But in this environment I need to be able to run several iPad(s) connecting...
21 Jan 2014 by Member 10066562
i am working in iPad application automation. Now i am facing a problem that how can i check that my application is running that is automate in iOS Simulator(iPad/iOS 6.1) using bash script. My OS is Mac OS X (Version: 10.7.5). Please help.
12 Apr 2017 by Member 13124707
I have a classic ASP page hosted at GoDaddy that performs the following: Executes a stored procedure from SQL Server SET rsMemberDownload= conn.execute("EXEC [dbo].[sp_current_memb_excel_export]") Then I create a HTML table that loops through the data and displays the information: ...
21 May 2014 by MSSiddique
Get an Apple's OS and XCode software to get a quick start in developing for iPhone.
3 Aug 2019 by Gerry Schmitz
Quote: Whether you actively use it or not, every iOS app you develop has its own unique sandboxed file system comprised of a set of directories, most notably the “Documents” directory. Detailed discussion of the iOS file system’s structure and how you perform tasks like reading, writing,...
12 Aug 2019 by Alex Reynaud
I am creating a signature form that needs to convert an HTML5 canvas to a .png file, then move that file to a directory where its information can be copied into a SQL table. While the canvas works perfectly well and is capable of sending images to the server on a desktop PC, it is having...
12 Aug 2019 by Alex Reynaud
The issue is actually not a JavaScript error, but a C# error. Here is what UploadImage() should be doing: public static void UploadImage(string imageData) { var impersonator = new ImpersonationHelper("", "", ""); impersonator.StartImpersonating(); string...
22 Aug 2012 by pablo ramos1
Hi,Hope you all having a good time.1> I'm C# programmer and i'm to day interesting for ipad and iphone applications, i had heard that i can develope applications in C# for mobile.for that i need some explaining and basic tutorials.2> What's the IDE used for?3> I want to learn it...
22 Aug 2012 by jschell
1 - google with the following seems to provide plenty of info"C#" programming on ipad2 - Huh? IDE is a graphical interactive development environment. For most people that is the only way they program in C#. If you are referring to using it for iPad programming then it is probably...
22 Aug 2012 by ridoy
http://blong.com/Articles/CSharpMonoTouch/MonoTouch.htm[^]
24 Apr 2015 by priyadarshini tv
Hi,I have an issue like am using css:border property to highlight the border of textboxes.It is working fine in desktop and all browsers.But it is not working in ipad.That border color is not at all showing in ipad.Is css:border property is not supported by ipad's??any help will be...
24 Apr 2015 by W Balboos, GHB
Try this link: HTML TESTYou'll need to browse about the various settings to find hand-held browser versions. Or - open on your ipad and see the comparability directly for your version of your browser.
24 Apr 2015 by debasish mishra
Please check below URLhttp://stackoverflow.com/questions/19339792/why-the-input-box-is-showing-so-different-on-ipad-but-not-on-chrome[^]
21 Jul 2015 by Member 11850830
Hi Friends How to parse this api with parameter in SOAP method. Can you please any one given idea. Wsdl : http://82.178.20.92:8080.178.20.92:8080/CRM2/services/SearchBusiness.ws?wsdlfunction : getSearchBusinessParameters : array( 'businessCode' => '{"businessCode":[ Business...
21 Jul 2015 by KarstenK
You can use a fully equiped NSMutableURLRequest. But be aware: it must be in one request. Here is some good looking sample code for SOAP.Tip: use the modern NSURLSession-API. A nice tutorial from the great Ray Wenderlich.
14 Jan 2013 by Mehul_Harry
How to create iPad Web Apps using DevExpress ASP.NET
25 Mar 2014 by sana8
Hi,I want to develop an ipad app.My app needs data from web or my SQL(any example) . I want to use JSON.How to create json, json service url request/response and how to use it for my app.Thanks!
25 Mar 2014 by Kornfeld Eliyahu Peter
Start reading here: http://my.safaribooksonline.com/book/programming/ipad/9780470641651/web-services/consuming_a_web_service_in_your_ipad_app[^]
25 Mar 2014 by Krunal Rohit
I'd say implementation of WCF might solve your problemFollow this tutorial,Generic WCF RestFul Service for an iPad Application[^]http://www.kotancode.com/2011/04/26/backing-your-ios-app-with-wcf-json-web-services/[^]-KR
12 Jun 2012 by Member 9091669
JSON data is something like that..{"order_list_1":[{"name":"@SEVEN (7) OCLOCK BLADE PLATINUM","qty":1,"mrp":1.0},{"name":"ACT 2 POPCORN BUTTER PEPPER","qty":2,"mrp":2.0},{"name":"ACT 2 POPCORN CHILLY SURPRISE","qty":3,"mrp":3.0},{"name":"@MAGGI SOUP HOT N SOUR(1...
20 Jun 2012 by Member 9091669
i am having an iPad app that should show same no of colomns in landscape mode as well in portrait mode..plz give a way to me how to do this..
28 Jun 2012 by Aqueel
How many columns you need to show in portrait view? Did you try setting Autorisizing mask on your UITableView? Create a UITableView in your UIView class and set appropriate autorisizing mask on it. I hope that will help.
28 Apr 2014 by Member 10525909
Need to set the alert view at next of picker.sourceType = UIImagePickerControllerSourceTypeCamera. should set the if condition , whether the camera is not occurring ios simulator.-(IBAction) getPhotoAction:(id) sender { UIImagePickerController * picker = [[UIImagePickerController alloc]...
28 Apr 2014 by Abhinav S
Couple of links to help you -http://code.tutsplus.com/tutorials/ios-sdk-working-with-uialertview-and-uialertviewdelegate--mobile-3159[^]https://developer.apple.com/library/ios/documentation/uikit/reference/UIAlertView_Class/UIAlertView/UIAlertView.html[^]
15 May 2015 by Rey Bango
This article is part of the web dev tech series from Microsoft intended to share Project Spartan and its new rendering engine.
26 Jan 2012 by XPG Live
How to initialize a game on iOS (iPhone/iPad) with XPG
26 Jan 2012 by XPG Live
Use leaderboards on iOS (iPhone/iPad) with XPG
4 Apr 2012 by Aniruddha Loya
I'm making a mobile game using HTML5. There is a background music that runs during the gameplay and should ideally stop once I navigate to another page... The logic works properly on older iPhones and android.However, on iPhone 4 and iPads the music doesn't stop and continues to play (even...
12 Jul 2014 by anbujeremiah
html5 page in a website(developed using visual studio , also website contains aspx page ) scroll issue in ipadhere only htm file has scroll issue whereas other aspx page scroll smoothly in ipad.scroll in htm page struck for some time and then works.. suddenly struck again and then works fine.
12 Jul 2014 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Read my past answer - Ipad button rendering style[^].
7 Jan 2012 by RobCroll
Get your View displaying properly in Landscape on iPhone and iPad
11 Jan 2013 by LEADTOOLS Support
iOS OCR and Barcode with LEADTOOLS 18.
29 Dec 2014 by Member 8840306
I am pretty new in objective c.I want to display Multiple columns Table on storyboard .I got code for Multiple columns Table from this link that is using bee framework to display data.I want to integrate it with my storyboard project.I have placed all code file of Multiple Column Table into my...
6 Jan 2015 by KarstenK
you need a GridTableViewCell with has UITableViewCell as parent class. If you are a newbee you should read the Table View Programming Guide for iOS from Apple and work on simple sample code instead of fighting with the BeeFramework and SQLite.
7 Mar 2012 by G Kwong
Hi, I am doing researching regarding the internal (organization) mobile app. This app will not made availabe for App stores such as Apple apps store, nor andriod market place. Can an app (either IPAD, or Andriod) be installed without "app store"?thanks anyone who can help.
7 Mar 2012 by #realJSOP
I don't think an app can be installed without it being made available via the appropriate app store. I could be wrong, but that's what I remember hearing.
16 Sep 2013 by hsakarp
Hi, I am testing my website in ipad. The buttons in my webpage are not taking my custom style ,it is taking its default button style.Because of that my text allignment inside the button is also missing.is it the default behaviour of IPad(rendering the buttons and textboxes as per the IOS...
16 Sep 2013 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Two good resources for you.1. Re: asp.net ipad design[^]Quote:What you need to look into is the concept of Responsive Design techniques. This focuses on creating a website or web application that can adapt to a client’s screen or interface (which would include devices such as an iPad)....
16 Sep 2013 by hsakarp
Thanks Tadit Dash.I am sorry if i have confused you. My problem is like by default all the buttons and textboxes are rendered in IOS Style. Say currently my buttons are in Clean Rectangele with dark blue in it.when i render that page in IPad i am getting button with curved edge just like other...
3 Jun 2014 by dps2305
Hi all,Iam working on a website and Im trying to view the same website using my apple ipad using google chrome.But in Ipad there is an option Request Desktop site if i enable it all is doing well.But Iam not enable it,some events are not firing example asp.net calendar events.My question is...
3 Jun 2014 by Bhushan Patki
Hope these will help you Check it out
3 Jun 2014 by Stephen Hewison
When you enable "Request Desktop Site" all the browser does is change the user agent string provided as part of the request header.If you website has a different behaviour when this is enabled it's because your website or its components are designed change behaviour for mobile devices.So...
18 Dec 2015 by abhishek.singh.valeteck
Hi,Can somebody please let me know the list of Label color printers are supported by Airprint ?I tried a few listed here https://support.apple.com/en-us/HT201311[^] but didn't found a color label printer which prints a label of minimum width of 4 inches.Thanks,Abhishek.
23 Jul 2015 by vibhutikumar
hello,i am facing a problem related to vertical default scroll bar is not appearing in table and ipad but it's working fine in in mobile device and all desktop web browser. so please suggest if you any idea.url:- staging.mypat.inThanks
1 Oct 2013 by IPI Paul
Use this script to create Bookmarks that enable quick Login to your favourite sites.
23 Mar 2013 by Motley Drew
I am developing a site that streams MP3 files. I just checked my iPad and my Android phone, and the player does not work on those mobile devices. The reason I am staying away from Flash is because MAC doesn't support Flash, and we want our users to be able to stream from the browsers in their...
23 Mar 2013 by André Kraak
You could try using the HTML5 audio[^] tag with a fallback option for browser that do not support it.Here are some resources that explain the fallback option:Using HTML5 audio and video[^]Learn HTML5 in 5 Minutes![^]Working with Media in HTML5[^]
8 Dec 2013 by Member 2204906
Imran Parvez Manager (IT) Bhopal
21 Nov 2013 by Timir Patel
How to create multi level uitableview with checkbox?
16 May 2012 by sagar15modi
I have developed web application for restaurant. Its Front office is developed for iPad and back office maintain .net web application . SQL Server 2008 is used as database.I want to make offline application for Front office which can be used when unable to connect network / DB Server using...