Size classes and UIViewController

Posted by: admin

Size classes were introduced in iOS 8. This enables developers to abstract actual device models into an arbitrary representation by a combination of a vertical size class and a horizontal size class. This in turn enables a device to have specific layouts and behaviours that are orientation specific. The size classes for each dimension, both horizontal […]

Syntax highlighting with Googles ‘prettify’ javascript code.

Posted by: admin

So you want to turn this     int x = 137;     into the following on your WordPress site? int x=137; Okay. But first here’s a couple of links full of additional information – This is what WordPress has to say about Writing Code In Your Posts If you want the prettifier javascript code […]