Attributed string with custom fonts in storyboard does not load correctly

后端 未结 16 2159
梦谈多话
梦谈多话 2021-01-30 03:35

We are using custom fonts in our project. It works well in Xcode 5. In Xcode 6, it works in plain text, attributed string in code. But those attributed strings set in storyboard

16条回答
  •  不知归路
    2021-01-30 04:08

    The same problem.

    Solved: Just check Selectable in TextView. Without this i have standard System font.

提交回复
热议问题