Posts

Post not yet marked as solved
0 Replies
249 Views
In our project we are using swift package to add framework dependencies for our project. Each frameworks are added as Target.binaryTarget(name: "", url: "", checksum: "") We were using Xcode 13.1 before and once new framework is added, it was listed in Link Binary with Library search and we were able to add it. See below image: Currently we upgraded to Xcode 14.2 and if we add a new framework, it is not getting listed as expected. See image: Is there anything changed in Xcode 14? How can we fix this issue?
Posted Last updated
.
Post not yet marked as solved
1 Replies
354 Views
Our UX designer came with a strange requirement. When the user clicks the "Search" tab bar item, we need to present the search screen on top of currently selected screen. Please find the attachments. I was able to create this behaviour by using tabbarcontroller delegate methods. But during the app review, will it cause any problem as we are changing the default tab bar behaviour. Please find the attachments for a better idea.
Posted Last updated
.