990Typing non-breaking spaces in OSX

In HTML the non-breaking space is evoked with  

If you can not use   and you need a nbsp type Option + Space.

Non-breaking Space as shown in Textmate

26Adding Border between UIScrollView pages

Adding Border between UIScrollView page, but keep the content pages fullscreen. 1. setting bounds defines snapping points. (myScrollView.frame) = CGRectMake(0, 0 , 320+(myPixelBorder), 480); 2. keep subview size at fullscreen width (mySubView).size.width = 320;