Click here to Skip to main content
15,885,014 members
Everything / Mobile Apps / iOS

iOS

iOS

Great Reads

by Colin Eberhardt
This article describes the development of a cross-platform HTML5 application for Windows Phone and iPhone.
by PavolSatala
How to create an air hockey game for one player against the artificial intelligence for three mobile platforms with only one code?
by PavolSatala
This article shows how to create Breakout game for iOS, Android and Bada with only one code.
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

Latest Articles

by Zijian
Use PowerShell scripts to generate icons of native mobile apps
by Anurag_Gahrat
In this guide, learn about CSS Glassmorphism, its history, its characteristics, and how to create it, along with examples.
by Serhii Krotkykh
On easy example shown how to implement UIKit and SwiftUI TableView auto resizable cells and explained difference between Nib and Xib, how to load nib file and what exactly owner parameter of the load nib file method.

All Articles

Sort by Score

iOS 

3 Sep 2012 by Colin Eberhardt
This article describes the development of a cross-platform HTML5 application for Windows Phone and iPhone.
10 Aug 2012 by PavolSatala
How to create an air hockey game for one player against the artificial intelligence for three mobile platforms with only one code?
26 Jul 2012 by PavolSatala
This article shows how to create Breakout game for iOS, Android and Bada with only one code.
16 Jun 2016 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
11 Dec 2018 by raddevus
Learn to create iOS apps using Xcode while you learn Swift. (If you've ever wanted to see iOS app dev in action, take a look at the screenshots.)
15 Oct 2012 by ashcairo
How to use OpenGL and friends to write an app that targets mobile and desktop platforms.
22 Jul 2013 by Simon Jackson
Syncfusion’s "Succinctly" series, one of the largest free (and still growing) set of technical books covering everything from languages, to source control systems and beyond.
4 Dec 2013 by Dirk_Strauss
DevExpress – December is a month of giving and if you are looking to fill the gift stocking of that special developer someone, have a look at the new release of DevExpress. I have been lucky enough to explore the product for the past while. As usual, DevExpress come out tops with some awesome new fe
26 Oct 2016 by raddevus
Want to learn to write Swift code, but you don't have a Mac yet? Now you can write and compile Swift on Windows. Only takes about 15 minutes to set up.
28 Jun 2023 by Anurag_Gahrat
In this guide, learn about CSS Glassmorphism, its history, its characteristics, and how to create it, along with examples.
5 Oct 2012 by bbirajdar
In software sector, future is the most unpredictable thing. Ten years ago, nobody had ever thought that Google will be the number one search engine on the internet or Visual Studio will be the second most wanted development tool or three years ago, nobody imagined that Android will overtake the...
5 Dec 2015 by Vince Chan
How to display activity indicator with overlay
26 Aug 2020 by Jarek Szczegielniak
In this article we prepare our development environment.
1 Sep 2020 by Jarek Szczegielniak
In this article we can proceed to train our custom hot dog detection model using Apple’s Create ML.
4 Jan 2013 by Vyacheslav Voronenko
Proof of concept way for Delphi developers to go mobile development with Firemonkey framework
14 Feb 2014 by Yvan Rodrigues
After many weeks I found it. I compared the csproj sections of Release and AppStore builds, and the AppStore had the additional line:FullSince my app uses reflection to invoke the RESTful client library, the linker did not think I needed certain functionality and optimized it away.
16 Oct 2014 by Bruno Sonnino
MonoGame is an open source implementation of the XNA application programming interface (API).
18 Feb 2015 by Alvin Ashcraft
This year I have been looking at and starting to use several components from the Universal 14.2.4 release.
2 Jul 2015 by Dave_Voyles
In short, I wanted to determine if Famo.us does actually have great mobile performance, as well as have an understanding of how straightforward the process was for packaging my web application as mobile app.
15 Nov 2015 by David Lashkhi
Working with UIPopoverPresentationController
29 Feb 2016 by dknyoli
PC Keyboard Layout on Mac OS X
29 Jun 2021 by Dener Araújo, André Marcos (Advisor)
A Mobile Application Development for a Private Network Connection on iOS Platform Using Prococol OpenVPN
11 Jul 2012 by Sandeep Mewara
AFAIK, in order to distribute iPhone apps, you need to use Apple store. You cannot distribute it through any other channel.
9 Oct 2012 by PavolSatala
How to create an amazing bike game for three platforms with only one code?
14 Dec 2016 by Simon Jackson
How to convert DirectX .X files for use in games
15 Jan 2013 by Vyacheslav Voronenko
Have you explicitly set cache to false in ajax call?$.ajax({ url: "test.html", cache: false, success: function(data){ //some processing }});http://api.jquery.com/jQuery.ajax/[^]
23 Oct 2013 by Simon Jackson
By the end of this book you should be able to make scrolling backgrounds, clever AI for bad guys, and be able to save / load and change levels in the way Unity3D always wanted you to but forgot to mention.
9 Sep 2015 by Dave_Voyles
I discuss the ins-and-outs of Famo.us in depth in this article.
5 Jan 2016 by BharathReddy V
This tip demonstrates how to add an independent UIView on storyboard.
8 Dec 2016 by KarstenK
Show correct image in the now-playing information with the MPNowPlayingInfoCenter API.
10 Feb 2018 by k11dave
Integrate Firebase Analytics for iOS App to avail auto events tracking (barring few), get to know precise crashes, and also the exception reporting
23 Nov 2019 by Zhaohui Xing (Joey)
Swift classes for algorithm, including single linked list class, stack class, queue class
27 Aug 2020 by Jarek Szczegielniak
In this article we'll convert a ResNet model to the Core ML format.
28 Aug 2020 by Jarek Szczegielniak
Having converted a ResNet model to the Core ML format in the previous article, in this article we’ll now use it in a simple iOS application.
31 Aug 2020 by Jarek Szczegielniak
In this article we’ll start data preparation for this new, custom model, to be later trained using the Create ML framework.
5 Jan 2023 by Dearich
First part of the ultimate guide on how to add a Live Activity feature to your project
13 Nov 2023 by Zijian
Use PowerShell scripts to generate icons of native mobile apps
5 Oct 2012 by Sergey Alexandrovich Kryukov
Yoda wrote:Clouded, this boy's future is.Do you have enough logical and philosophical skills, or, perhaps, some background in physics and mathematics, to understand the theoretical impossibility of seeing the future? All right, I do understand that you do not expect very high validity of the...
5 Nov 2012 by Simon Jackson
XNA to UnityXNA and beyond
15 Jan 2013 by rakesh1503
It happens when you make a httpget request.actually by default cache is set to true .you need to use some attribute like:apply this attribute to your controller or action[OutputCache(Duration=0,NoStore=true)]here the cache duration is set to 0 and nostore property says that cached data...
4 Mar 2014 by Melih Mucuk
Configuring and using CocoaPods on iOS projects.
6 Aug 2014 by ErnestoNet
You are asking the wrong question.You should be asking:- Why do I want to learn a language?- Why do I want to develop software? To make money? To learn? To understand computers? To get reputation? To impress people?- What languages are used where I live? Which one has better...
31 Jan 2015 by Grant Curell
For my latest project I wanted to communicate with a Cisco device over serial via the console port with my python program.
1 Jun 2015 by David Catuhe
In this tutorial, I will share several tools that provide insight into how your code is performing, and show you how to make the most of user marks in the memory graph to analyze your performance.
28 Oct 2015 by phil.o
Technically, no device should communicate directly with the database.Most often, devices talk to a web service, which will internally route the query to the database (directly or through some other layer(s)).Of course, communications between devices and web service have to be encrypted....
14 Feb 2016 by SubhamoyBurman
Understand the basics of how iOS applications are constructed and how Xamarin helps you to do so in C#
13 Jun 2016 by Peter Leow
Upon expiry, you are no longer a member of the Apple Developer Program and any apps you had on the App Store or Mac App Store are no longer available. But they are still there and you can reinstate them on renewal.Read this[^]:Quote:If your membership has already expired when you renew, your...
21 Feb 2019 by Korlakunta
DateTime myDate = DateTime.ParseExact("2013-02-11T14:29:01", "yyyy'-'MM'-'dd'T'HH':'mm':'ss", System.Globalization.CultureInfo.InvariantCulture); I have used 2013-02-11T14:29:01 instead of 2013-02-11T14:29:01-05:00 and its showing date time as per the requirement. Thank You
10 Aug 2020 by OriginalGriff
Quote: Thank you for your suggestion. However, i find that working specifically on the project would be more motivating, as I can get easily bored with the small projects. That's why I wanted to learn specifically aspects that I can apply to my...
5 Jun 2023 by Andre Oosthuizen
The easiest way is to make use of the version component to manage any updates - 1. Version your Android App steps[^] 2. How to inform the users of an Android app that a new version is available in the Google Play Store through Notification[^] 3....
20 Oct 2011 by Darren_vms
I had the same question, one app, one IDE all mobile platforms and I came across memeapps[^] when I first found it, it was just an idea and I've been following it on twitter. Now it reports you write the app once and it works on Windows mobile and Android with IOS and Blackberry to follow. its...
7 Jun 2012 by Rey Bango
In this article we’re going to work with a MSNBC plug-in-free experience for rich media. It breaks down to two things: styles and scripts.
5 Oct 2012 by Maximilien
(disclaimer, I work with C++/MFC)MFC still has a good future, but it is limited to desktop applications; if you don't know it and have no potential job with it, don't bother (anyway, it is not that hard to learn and there are tons of resources available on the web).Focus on "mobile"...
5 Nov 2012 by Simon Jackson
XNA to MonoGame and beyond
30 Oct 2012 by Mark Vinod Sinnathamby
C++ has always been part of my foundation and its power and resilience to time has made me respect it very much. Also, I have worked with C++ at an enterprise level and enjoyed the experience. At the same time, I have just started self learning iOS development and find that I enjoy it very much...
13 May 2013 by OriginalGriff
Try:DELETE FROM MyTable WHERE regno=1See also: http://www.sqlite.org/lang_delete.html[^]
20 Jun 2013 by SanjeevJayaram
-(BOOL) deletedata:(NSString*)name{ const char *dbpath = [databasePath UTF8String]; if (sqlite3_open(dbpath, &database) == SQLITE_OK) { sqlite3_stmt *deletestmt; NSString *sql_str = [NSString stringWithFormat:@"delete from studentsDetail1 where...
7 Jul 2013 by Safak Tarazan
Creation of a very simple MapView app and putting an annotation on it
21 Jul 2013 by Simon Jackson
After playing a lot with Parse over the last few weeks, I thought I’d share some of my findings.
23 Jul 2013 by Ron Beyer
I would just set the iPad to be on a VPN[^] then only expose the site to the intranet. You can then use VPN security to make sure that devices that belong to the company are on the network and if a device becomes stolen/lost you can disable access for that device.
26 Nov 2013 by Peter Leow
check this out:http://www.tutorialspoint.com/ios/[^]
27 Jan 2014 by CPallini
Google is your friend, for instance, a quick search for "free java tutorial android"[^].You might find yourlself the ones for iOS and Windows 8 (Out of my curiosity why do you want to use Java for such platforms?).
27 Jan 2014 by thatraja
Start herehttp://developer.android.com/index.html[^]. And they have tutorial[^] too. Do Google search for more.And check this articleChallenges and solutions - Architecture of a Modern Web Application - Mobile App - Part 3[^]
18 Feb 2014 by Joel Ivory Johnson
You could develop your solution as an HTML5 application. There will be some branches in your code or redundancy in your CSS to account for some differences in the web engines that are available on both platforms. But I think that will minimize the amount of work that needs to be redone by a...
23 Mar 2014 by Sergey Alexandrovich Kryukov
As far as I know, The Apple software license does not allow Mac OS X to be used on a computer that is not "Apple-branded":http://images.apple.com/legal/sla/docs/macosx106.pdf[^].The legality of this is a matter of dispute. Please see: http://en.wikipedia.org/wiki/OSx86[^].See also:...
10 Jun 2014 by Peter Leow
Check this out : Introduction to Mono - Your first Mono app[^]
5 Oct 2014 by Sergey Alexandrovich Kryukov
First of all, this is totally up to you. The note by Wes Aday, about "random stranger", is quite correct.But what to do? This is the usual self-referenced problem: to learn if you want to know for sure if you want to learn a language or not, you have to… learn it. This is what you can...
5 Oct 2014 by KarstenK
Some toughts whether to prefer Objective-C or Swift.
14 Oct 2014 by KarstenK
Background tasks are not wanted by Apple design. You should keep that really in mind.A good tutorial is from the Ray Wenderlich.Another solution can be Notifications.
20 Oct 2014 by Waseem Ahmad Khan
You need to parse server response and store it NSArray or NSDictionary and then you can pass this info to table view delegate. I hope you are getting server response in XML or JSON format.
20 Oct 2014 by Jocelyne El Khoury
referring to this link : http://www.objc.io/issue-5/multitasking.html i can now send a silent push notification on ios by setting content-available=1i'm using moon apns on c# to send the push notification but i can not find this property to send a silent push (i'm using a development...
12 Nov 2014 by KarstenK
Some way to sort in a table.
10 Dec 2014 by _Maxxx_
Assuming you only want to develop for IOS / Mac and not for other platforms (Windows, Android etc.) then Swift should be your choice; It is newer, but is I think intended to be the replacement for Objective C - eventually. so learning it now you will be at an advantage over others converting...
15 Dec 2014 by Rajan Maheshwari
I have successfully created the .pem and .p12 file by http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1 Tutorial. We are using java as a server so I also exported my .p12 key using this link as there was an error of directly exporting the .p12 file...
19 Dec 2014 by Shahan Ayyub
Instead of sending it like this, try sending a multipart request.Send request from iOS like this[^]Handle it on server side like this[^] (This is a c# code to give you an example).I have used it and it works perfect for both when we have some arguments along with image data or just...
20 Dec 2014 by KarstenK
in info.plist files are important datas for ios - you really need that file!!!Best way it to restart your project/sample from the original, because you had deleted such important file.If you a beginner you better start with the Apple samples and I advise you Ray Wenderlich. Try the video...
25 Dec 2014 by Sergey Alexandrovich Kryukov
As you can see from original documentation, Swift arrays are very flexible, so you can add elements to the array using the method append or the operator '+=': https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/CollectionTypes.html[^].This way,...
13 Jan 2015 by Snesh Prajapati
It seems you need to write total 4 methods - 2 for each direction of conversion - we need to write an extension method for each type (nullable and not nullable) and you cannot club them in one method as given...
8 Feb 2015 by nagendrathecoder
Refer these links:https://www.google.co.in/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=develop%20application%20using%20phonegap[^]https://www.google.co.in/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=document%20to%20pdf%20converter%20using%20phonegap[^]
16 Feb 2015 by Afzaal Ahmad Zeeshan
Quite a bunch of options, some include that you have got a Mac (which is the free version; unless you've given all of the money to Apple for buying the products), and you install the Xcode IDE and do it all.Secondly, you can use other third-party frameworks, to build iOS applications without...
7 Mar 2015 by Richard MacCutchan
This question is impossible to answer in a Quick Answers forum. First decide which platform you are interested in developing for: Windows, iOS, Android. Then go and do some research on how to develop apps for that platform.
7 Mar 2015 by Peter Leow
Make up your mind. Be focus. Haste makes waste. Do one thing at a time. Learn well on one topics then move on to another. Google is your one-stop library while Code Project your consultation booth on coding issues.Remember, Quote:Rome was not built in one day.Refer:1. Learn Android...
7 Apr 2015 by Richard MacCutchan
IOS apps are generally written in Objective-C, Android apps in Java.
13 Apr 2015 by Dave Kreskowiak
Do you understand what an ASP.NET application is? It's an application hosted on a web server, not on the client device.What you ask doesn't make any sense.
4 Jun 2015 by Ben J. Boyle
Yes, there are a lot of articles and code snippets here on codeproject.com dealing with .NET Web API.Here's one, for instance, that covers the basics: CRUD with SPA, ASP.NET Web API and Angular.js[^]
15 Jul 2015 by Sergey Alexandrovich Kryukov
Please see my comment to the question. In the context of your question, there is no such thing as "should". Obi-Wan Kenobi said:You must do what you feel is right, of course.—SA
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.
17 Oct 2015 by Dave Kreskowiak
We have no idea what you're talking about. You've provided no context as to what you're doing, what frameworks you're using and what these "activities" are. Without that information it's pretty much impossible to give you any kind of usable answer.
30 Oct 2015 by Sinisa Hajnal
Here is regex that matches alphanumerics and underscore"^[a-zA-Z0-9_]*$"caret matches start of the stringthing between [] matches letters and numbers and underscore* says 0 or more$ matches end of the stringYou can add any other character you want (but some need escaping (dots,...
12 Nov 2015 by Snesh Prajapati
Hope you will get your answer and much more at below links:https://www.quora.com/What-is-the-current-webstack-LinkedIn-uses[^]https://www.quora.com/What-is-LinkedIns-technology-stack[^]Thanks.
14 Jan 2016 by Android on Intel
This article describes the OpenGLBox sample in the Multi-OS Engine.
12 Feb 2016 by dharmesh.chauhan@yahoo.com
got solution.Before calling glDeleteFramebuffers, it is required to do set current context. following code fixed problem for me: [EAGLContext setCurrentContext:self.context]; glDeleteFramebuffers(1, &defaultFBOName);
14 Feb 2016 by SubhamoyBurman
MVC and other popular iOS terminology
9 May 2016 by S.Krishnamoorthi
In my web application i have an option to export "jqxgrid" data to ".CSV" format.It is working as expected in Chrome & Firefox browsers. But, if, I tried the export option in 'Safari' browser it is opening it is in another tab, instead of download it as a separate file.Is it possible to...
3 Jun 2016 by Afzaal Ahmad Zeeshan
A very bad practice in my own opinion. An iframe won't make it a mobile application, instead it would just be a web application running in a WebView (for example in Android), showing it to be an application. You can ask your manager to read about Apache Cordova, Xamarin and other platforms such...
1 Jul 2016 by OriginalGriff
I refer you to your other question on the subject: Remove DRM from iTunes purchased movies[^]
18 Sep 2016 by CPallini
Did you Google for? For instance, a quick search gives: Android: Temporarily disable orientation changes in an Activity - Stack Overflow[^].
22 Sep 2016 by David_Wimbley
From a quick google search it looks as though the most common/possibly best route to go is to create an API to expose your database through to your ios app. Then make calls to that web service from your iOS app to access your database.Also, in my google search, There is this SQLClient: A...
8 Feb 2017 by Matthew Guest
I have a speed label that displays the speed of the user in the default mph. I have a slide up settings menu with two buttons on it "kilometers" & "milesPerHour" and am trying to toggle between kmh and mph. The code looks correct as I'm checking if the buttons have been selected which should...