Skip to content
  • Home
  • Code With Michelle
  • About

Luvelle Codes

Talk code to me

Tag: iOS 8

— Coding —

iOS: Statically Create an NSArray Object in View Controller

April 11, 2015

When you have an NSArray object containing NSString objects in your View Controller, you might want to create a static version of it, especially when the user will only see the same values each time the view appears. First, add your C array pointers to NSString constants by following instructions in my earlier post. In… Read More iOS: Statically Create an NSArray Object in View Controller

— 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

— How-To —

iOS 8: Keyboard Not Appearing

January 5, 2015

A few days ago, while trying to add a new contact into his phone, my husband encountered a really really really lame bug in his iPhone; the keyboard did not show up when he wanted to type in the name of his new contact. This came after “upgrading” to the new iOS 8 (the OS… Read More iOS 8: Keyboard Not Appearing




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