removing fields from manager

45 views Asked by At

I have a parent screen for my application in which there are 4 custom managers,custommanagers1, custommanagers2, custommanagers3, custommanagers4 for all the screens of my application it is enough if I manage to change the custommanager2(removing fields and adding fields).

Any sort of help is welcomed

A Y

1

There are 1 answers

0
Juanma Baiutti On

You want something like:

myManager.replace(oldField, newField)

If not, I'm not getting the question.