简体   繁体   中英

How do I access a variable in the viewcontroller from within a custom view?

I have a viewcontroller with a variable called conversationID. In this viewcontroller I have a custom view with it's own class. How can I access the userID variable from within the custom view class?

Try this: 1. Set your customViews customClass in storyBoard. 2. Make an outlet for custom View 3. Now you can access UserId using.. YourViewController.custonView.userId

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM