Skip to content
  • Home
  • Code With Michelle
  • About

Luvelle Codes

Talk code to me

Tag: headers

— Coding —

iOS: Creating a File to Hold Constants

January 14, 2015

It’s a good habit to keep your number and string constants in a file, instead of hardcoding them into your code. This minimises many inconveniences when you need to make changes to your code, since you only have to access that file to change those values. So how do you do that in Xcode 6… Read More iOS: Creating a File to Hold Constants

— Coding, How-To —

Xcode 6: Creating a PCH File

January 13, 2015

In the previous versions of Xcode, a PCH file will be automatically added into your project upon creation. A PCH (precompiled header) file enables you to import certain headers into all your classes, so that you do not have to manually add them into all of them. This saves a lot of hassle and creates… Read More Xcode 6: Creating a PCH File




Categories

  • Blog
  • Coding
  • Command Line
  • How-To
  • Problem Solving
  • Teaching

Tags

android studio apache centos 7 coding domain name how-to ios iOS 8 namesilo nsstring objective-c python snippet ssh unix vps wordpress xcode 6
© 2017 Luvelle Codes