Mushthak Ebrahim

Results 5 comments of Mushthak Ebrahim

https://stackoverflow.com/a/46310166/3629513 This worked for me by just reducing the height value by 1. Ya that's odd let numberOfItems = CGFloat(tabBar.items?.count ?? 0) let tabBarItemSize = CGSize(width: tabBar.frame.width / numberOfItems, height:...

> You can assign the owner as a reviewer to take a look at your PR. There is no edit option in the reviewers section. I will add a comment...

@magnett, For me it is a warning and no issue with compilation or running.

Hi @adtechlab03 Are you tapping on the record button ? You should press and hold the record button to record. Is that the case ?

@FadyAckad Were did you called this method? Below update did the fix for me: static func updateLanguage(code: String, regionCode: String? = nil) { if(code == "ar"){ UIView.appearance().semanticContentAttribute = .forceRightToLeft }else{...