FLEXTool / FLEX

An in-app debugging and exploration tool for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI is Broken , All Buttons overlap and unable to click

sujata23 opened this issue · comments

Environment

  • Platform+version: iOS 15.3
  • FLEX version: branch: Master
  • Using Swift Package Manager

Bug Report

Flex UI is broken:
IMG_7037

I have the same problem

I'm unable to reproduce this in Xcode 13.3.1 with the 15.4 simulator (there is no 15.3 simulator), can you provide a link or example project that does?

I have the same problem

I have the same problem

I have the same problem. Fix this problem by: call [[FLEXManager sharedManager] showExplorer] after [sell.window makeKeyAndVisible].

I have the same problem. Fix this problem by: call [[FLEXManager sharedManager] showExplorer] after [sell.window makeKeyAndVisible].

How can i trigger this bug,in order to test my new code,thanks