質問

I want to dynamically assign a string url value in ViewA then press a button in ViewA and have ViewB tableview update with the text of the url from ViewA.

What is the best method to accomplish this without using storyboards?

Thanks

役に立ちましたか?

解決

I think, by viewA/viewB you mean viewControllerA / B (VCA / VCB)

Set a public property 'let said url' in VCB

in VCA, alloc/init a new VCB, set VCB.url, present VCB.

Did you need Objective-c code, or this pseudo code will be enough to start ?

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top