Select Page

Popup message in iOS

Showing a popup message to a user in iOS is not very difficult. The code below shows a popup message with 1 button. If the user presses the button the popup message disappears. No code is executed when the uses pushes the button. (For an example with delegates look at...

WordPress code highlighting

To highlight code in WordPress posts: Install plugin “WP-Syntax” Embed code snippets in tags: <pre lang=”objc” line=”1″> </pre> Insert tags and code in “HTML” edit mode and not in “Visual”....