Click here to Skip to main content
15,881,625 members
Everything / Apple

Apple

Apple

Great Reads

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.)
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.
by Anurag_Gahrat
In this guide, learn about CSS Glassmorphism, its history, its characteristics, and how to create it, along with examples.
by Vince Chan
How to display activity indicator with overlay

Latest Articles

by Anurag_Gahrat
In this guide, learn about CSS Glassmorphism, its history, its characteristics, and how to create it, along with examples.
by Zhaohui Xing (Joey)
Swift classes for algorithm, including single linked list class, stack class, queue class
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.)
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

All Articles

Sort by Score

Apple 

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.)
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 Dec 2015 by Vince Chan
How to display activity indicator with overlay
29 May 2011 by Kim Togo
For the iOS part, you can use MonoTouch and MonoDevelop IDE.Check out http://mono-project.com/Main_Page[^]
29 May 2011 by dasblinkenlight
You can develop for Mac using Java (for sure) and C# (mono), but to program for iOS it's best to learn Objective C. Solutions that cross-compile your code for use with iOS from other languages are available, but in my experience the learning curve of getting into Objective C is not steep enough...
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
29 May 2011 by #realJSOP
http://develop...
27 Mar 2015 by Afzaal Ahmad Zeeshan
You can start from learning About XCode[^] and the coming documents would guide you for a further more details topic about XCode. By the way, this link was the first result from Google search, "xcode overview[^]".
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...
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.
30 Oct 2014 by Jinan Kordab
This tip describes the benefits of discarding a computer box to increase efficiency at home and at work
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...
27 Mar 2015 by Thomas Daniels
Help on using Xcode can be found here:https://developer.apple.com/library/mac/recipes/xcode_help-general/_index.html[^]
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.
27 Jul 2015 by Sergey Alexandrovich Kryukov
The question makes little sense, really, because it all depends on your mobile application and because you did not formulate requirements and did not explain any particular problem.Well, for formatted text, you can use HTML or XML using HTML markup, just to save time on inventing something...
3 Jan 2018 by PeteBarber
Resizable UIWindow on iOS
7 May 2021 by Richard MacCutchan
Wrong place. This website is for technical questions, and you have been a member long enough to know that. Try your local library.
23 Jun 2022 by OriginalGriff
The process you are looking for is called "decompilation" and it's going to produce something that will take an expert quite a lot of time to understand before he could even start to think of modifying it. It's also probably a malicious act given...