Post

Replies

Boosts

Views

Activity

Reply to Ventura 13.7 Xcode
I am also facing same issue, after upgrade Ventura to 13.7 some xcode shortcuts like (cmd + -> & cmd + <- & cmd + shift + ->) not working. I tried reseting keybindings also checked system shortcuts there was no conflicts but still not working! Any solution please?
Oct ’24
Reply to Strikethrough style is not rendered in iOS 14
You can get rid of crash or un appeared text problem with adding YOUR_OPTION.rawValue For example : &#9;&#9; let attrs: [NSAttributedString.Key: Any] = [             .font : textFXmodel.font,             .paragraphStyle : paraghraphStyle,             .foregroundColor: textFXmodel.textColor,             .backgroundColor: textFXmodel.backgroundColor,             .obliqueness: textFXmodel.obliqueness,             .strokeWidth : textFXmodel.strokeWidth,             .strokeColor : textFXmodel.strokeColor,             .kern : textFXmodel.kern,             .strikethroughStyle: textFXmodel.strikeTroughStyle.rawValue,             .strikethroughColor: textFXmodel.strikeTroughColor,             .underlineStyle: textFXmodel.underLineStyle.rawValue,             .underlineColor: textFXmodel.underLineColor,             .shadow : shadow         ]
Topic: UI Frameworks SubTopic: UIKit Tags:
Jan ’21