arrays of views

  1. sina39000

    Android Question array of labels

    My code: Sub Globals Private Label1 As Label Private Label2 As Label Private Label3 As Label Private Label4 As Label Private Label5 As Label Private LLL() As Label LLL = Array As Label (Label1,Label2, Label3, Label4, Label5) End Sub Sub Activity_Create(FirstTime As...
  2. Didier9

    iOS Question Declare arrays of views in the designer [closed]

    I need help doing this, if it is possible. Some of my apps deal with arrays of views to facilitate processing. Erel strongly suggests using the Designer to declare views (rather than declaring in code) but I have not found a way or an example for how to do that. TIA
Top