_BSMachError while running Stanford's CS193p Smashtag app

后端 未结 5 2161
北恋
北恋 2021-02-14 01:06

I downloaded the Smasthag demo app from course\'s site. Project builds fine (after small changes in Twitter, TwitterRequest etc. classes, because I use the latest Xcode 7b4) and

5条回答
  •  北恋
    北恋 (楼主)
    2021-02-14 01:38

    If there are any opaque attribute for any components in that control, just remove and it and use hidden attribute.

    Example:

    //invisibleTextView.alpha = 0.0f;
    invisibleTextView.hidden = YES;
    

提交回复
热议问题