Farshad Mousalou

Results 13 comments of Farshad Mousalou

@DaliborK Hi bro Recently, I developed the feature you want using `REFrostedViewController` and `XCoordinator`. so, I want to share with you and the rest of the communities that used this...

@cs571393, you should handle this exception. I think you must implement a pageboy scroll view delegate and cancel the page view controller's pan gesture. ``` Swift // called before touchesBegan:withEvent:...

This issue is ios 11 Bug. use this code `self.navigationItem.largeTitleDisplayMode = .never self.navigationItem.largeTitleDisplayMode = .automatic` and you see the Magic @Mazorati

@Mazorati. Ok, I will check it out. thanks for provide a code

Hi guys pls bring some temp solution. check it out https://github.com/fastlane/fastlane/issues/21109#issuecomment-1907314796

@aakpro @jeremangnr give up guys. it's software we could combine anything to nothing.

Hi Folks, I came across this issue for a month. I could addressed and fixed this issue by comment the line. https://github.com/fastlane/fastlane/blob/39ed6fed0c3cb8439238c4aec62384c59966931f/spaceship/lib/spaceship/connect_api/token.rb#L104 but on my local system or my ci/cd...

it seems the `export_xcargs` is missing in the BuildCommandGenerator for Xcode 15.0 and above. ```Ruby +---------------------------------------------------------------------------------------------------------+ | Summary for gym 2.219.0 | +------------------------------------------+--------------------------------------------------------------+ | workspace | xxxxxxx.xcworkspace | | scheme...

add `com.apple.dt.unit.base_AppLifecycle_Cocoa` into `Ancestors` and get rid of swift ui 😄