tolo / InterfaCSS

The CSS-inspired styling and layout framework for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

guide layout parameter - used but not well documented

chh51 opened this issue · comments

In the HelloISSLayout example file layout.css has entry

#layoutGuideLabel {
    layout: top(guide.top + 1), centerX(parent); 
}  

I could not find anything in the Wiki that discussed guide. Is there also a guide.left, guide,right, guide.center ?

Hi,

The Reference Attributes section on the ISSLayout Reference wiki page actually mentions this:

Valid layout guide attributes are as follows:

  • top
  • center
  • bottom

Oops - missed that.

On Feb 16, 2016, at 12:28 AM, Tobias Löfstrand notifications@github.com wrote:

Hi,

The Reference Attributes x-msg://4/wiki/ISSLayout-Reference#reference-attributes section on the ISSLayout Reference wiki page actually mentions this:

Valid layout guide attributes are as follows:

top
center
bottom

Reply to this email directly or view it on GitHub #55 (comment).

No worries ;)