Skip to content

Commit

Permalink
include insertViewsAt method in ScrollableView apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bduyng authored and hansemannn committed Apr 26, 2016
1 parent 64cc970 commit 1907035
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apidoc/Titanium/UI/ScrollableView.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@ platforms: [android, iphone, ipad, mobileweb]
since: "0.8"

methods:
- name: insertViewsAt
summary: Inserts views at the specified position in the [views](Titanium.UI.ScrollableView.views) array.
parameters:
- name: position
summary: Position(index) in the [views](Titanium.UI.ScrollableView.views) array to insert the view
type: Number

- name: views
summary: Views to insert.
type: Array<Ti.UI.View>
since: 5.4.0
platforms: [android, iphone, ipad]

- name: addView
summary: Adds a new page to this Scrollable View.
parameters:
Expand Down

0 comments on commit 1907035

Please sign in to comment.