eureka forms - Custom PushRow with ability to add new values -


i try implement picture below. want extend pushrow new functionality possibility add new values , clear selected value. can't figure out how extend _selectorviewcontroller , override setupform.

can me in right direction. i've started, can't work.

open class _myselectorviewcontroller<row: selectablerowtype>: _selectorviewcontroller<row> row: baserow {     open override func setupform() {       super.setupform()       // implementation here    }  } 

enter image description here


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -