shareInfo
shareInfo

Reputation: 11

Can we share App class in Today- Widget-Extension

I am developing an application where I have to use my some class in Today- Widget-Extension. But I am not getting any way to access those class. Is it possible to access application class in Today- Widget-Extension.

Upvotes: 0

Views: 1201

Answers (1)

Adam Bardon
Adam Bardon

Reputation: 3899

It is possible. First you need to set targets of your class to both aplication and extension. Second you need to put public keyword to your class. You can read more on that here.

Upvotes: 3

Related Questions