SwifterSwift / SwifterSwift

A handy collection of more than 500 native Swift extensions to boost your productivity.
https://swifterswift.com
MIT License
13.78k stars 1.61k forks source link

@IBInspectable which the extensions about some UI components will lead the xcode become slow #1020

Open DukeHuang opened 2 years ago

DukeHuang commented 2 years ago

Describe the bug Xcode will become slow when I open a xib file in som project that I have import SwiferSwift

To Reproduce Steps to reproduce the behavior:

  1. pod 'SwifterSwift', '~> 5.0'
  2. open a xib file
  3. there are many UI components in the xib file
  4. the xcode will become slow because of the @IBInspectable which in the UI extensions

Expected behavior I can pod the submodule without the @IBInspectable extensions or I can close the @IBInspectable

Desktop (please complete the following information):

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Jsh505 commented 7 months ago

Similarly, when using xib to draw UI, xcode will become too laggy

ys-ocean commented 3 weeks ago

There is also this problem