Custom class name not shown in Xcode 8 storyboard

Custom class name not showing in the dropdown in the Identity Inspector. My Custom class is in the .framework .Also the module name is not shown. Hence we are unable to see the IBInspectables of the Customview in Attribute Inspector. Please see the attached


Replies

The attachment don't show on this forum.


Can you post a link on a server ?

If so, take care to edit https as h ttps otherwise you'll have to wait for hours for a moderator.


Is the custom class a subclass ? Of what ?

Hi,

Thanks for the response.


Please find the link below


I am developing the Framework for UI Components which are being reused across many apps.


https://drive.google.com/file/d/0B1oqGLFDnCEKY0xOT2g4VDNyVjA/view?usp=sharing

When I integrate the Framework project, I am able to get the Framework name in the module dropdown.But when I build a .framework and drag&drop it into the project i am unable get the Framework name in the module dropdown because of which I am unable to see the @IBInspectable Properties in the Interface.


Is there anything i am missing or follwoing wrong?


Thanks in advance