Skip to content
Website page opens in new windowYouTube page opens in new window
Code in Xcode
How to start coding in Swift with Xcode
Code in XcodeCode in Xcode
  • How to STARTLearn
  • App DevAlternatives
  • Swift
  • Xcode
  • Objective-C
  • AllPost
  • About
  • Contact
  • EditorBlog
  • How to STARTLearn
  • App DevAlternatives
  • Swift
  • Xcode
  • Objective-C
  • AllPost
  • About
  • Contact
  • EditorBlog

Category Archives: All

You are here:
  1. Home
  2. Category "All"

Time Machine & AirPort Base Station not working with Ventura

All, macOSBy Jean-François Dion04/07/20231 Comment

With the migration to the new Version of macOS 13 (Ventura), Apple has change the way Time Machine works.

Now Time Machine in Ventura does not support anymore Drive Disk that are Mac OS Extended for new back-up.

Vim Key binding commands

All, XcodeBy Jean-François Dion03/01/2023Leave a comment

Here’s the list of Vim commands in Xcode Normal Mode Commands Visual Mode Commands Insert Mode Commands Hope this help!

Keyboard not responding – Vim

All, XcodeBy Jean-François Dion02/01/2023Leave a comment

If you have a problem with your Keyboard not responding in Xcode.

Now the only thing that you see is a White Box on your line of code.
Dont stress … here’s the solution and why.

Hour of CODE

All, Developer ToolsBy Jean-François Dion11/12/2022

Be part of « Hour of CODE »

A good Way to start coding.
Leaning the programming basis.

https://hourofcode.com

What’s GitHub ?

All, XcodeBy Jean-François Dion11/12/2020

Find, Exchange & Share code …

Share code is one of the most important and powerfull feature.

Develop a project with more than one person …

Hybrid App Development

All, Developer ToolsBy Jean-François Dion22/07/2018Leave a comment

If your now at a level of development where your looking a new way to code and develop Hybrid App. Work’s on iOS and Android.

Look at those cies.

Apple Map for Enterprises – iBeacon

All, iBeacon, iOSBy Jean-François Dion18/03/2017

Publish your enterprise location.

Map for Entreprise enables you to publish in the Apple Maps App.

Apple and I are on the same constraint planet

All, iOS, SwiftBy Jean-François Dion23/04/2015

Here is a constraint problem on the Bousole App.

With iOS 8.2 – I’ve made a bug report.

With iOS 8.3 – Here’s the bug fix.

How to convert a string with comma to a string with decimal in Swift

All, iOS, SwiftBy Jean-François Dion05/02/2015

Swift Code work’s fine with a dot (.) decimal. The problem is when your using a comma (,) in your variables.   Origin of the problem: Usually, the origin of the problem is from the Decimal Keyboard that use a comma (,) instead of a dot (.) Like the French Decimal Keyboard The result: The reality is that you are loosing every…

How to make negative numbers into positive

All, How to ..., iOS, macOS, Objective-C, Swift, XcodeBy Jean-François Dion02/02/2015

If you want to force a number to change or keep it positive.   Here is the way: abs() for int fabs() for double fabsf() for float   If you want more info, you can look here: http://stackoverflow.com/  

→12→
Code in Xcode
CodeInXcode © 2017-24

Code in Xcode with Swift in my day to day
Problems :-(
with Solutions :-)

Go to Top