Ejemplo n.º 1
0
  sizeForViewAtIndex: function(view, index){
     // dynamic sizing, you could also specify size: [w, h]
     // as an option on NavigationView if you knew you
     // wanted a consistent size
     var size = rich.utils.getViewSize(view);
     return size;
 },
Ejemplo n.º 2
0
 sizeForEmptyView: function(view){
     var size = rich.utils.getViewSize(view);
     return size;
 },