atsusy / TiPaperFold

Titanium Mobile module for "PaperFold for iOS"
MIT License
63 stars 21 forks source link

Dimensions and positioning #7

Open raulriera opened 12 years ago

raulriera commented 12 years ago

Hi,

Is it common behaviour how the views are displayed when no width is specified to them? they seem to be rendered outside of the paperFold view if you don't specify dimensions and positions for everything... The reason I bring this up is that for stuff that "doesn't have width and height" like pins on a map or overlays, they don't show up (there are there SOMEWHERE, just way outside of the screen I assume) moving this view outside of the centerview and into something like a modal, displays everything correctly

Thanks

atsusy commented 12 years ago

width is needed for the views of leftView and rightView at least.

left and top are needed for PaperFoldView. (I will improve this, please wait.)