0

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

varunrao321
  • 925
  • 2
  • 10
  • 18

1 Answers1

0

You want something like:

myManager.replace(oldField, newField)

If not, I'm not getting the question.

Anthony Pegram
  • 123,721
  • 27
  • 225
  • 246
Juanma Baiutti
  • 637
  • 1
  • 10
  • 27