-
I can not use interface builder with component. it cause crash on it.
error: IB Designables: Failed to render and update auto layout status for ... (iN0-l3-epB): dlopen(MBCircularProgressBar.framew…
feemi updated
4 years ago
-
Main.storyboard: error: IB Designables: Failed to render and update auto layout status for MainVC (O7s-dL-JBg): The agent crashed
Main.storyboard: error: IB Designables: Failed to update auto layou…
-
http://localhost:8080/posts/iOS_2.html
-
@IBDesignable and @Inspectable does not work for the template project
-
## The following informations are requested in a bug report
* file:///Users/bora/Desktop/iOS/tabling-ios/Tabling/Base.lproj/Main.storyboard: error: IB Designables: Failed to render and update auto la…
-
Storyboard IBDesignables not working for the latest release , (not showing IBDesignables and module selection)
But working with old version 3.0.0
-
Want to create my class, based on your:
```
class MYPinCodeTextField: PinCodeTextField {
}
```
But got error
Cannot inherit from non-open class 'PinCodeTextField' outside of its defining modul…
-
# Report
## What did you do?
Assume I have a project, which includes a playground. I run `pod install` on a Podfile like that:
``` ruby
use_frameworks!
pod "Alamofire"
target "MyApp"
```
## What di…
-
```swift
// MARK: UITextField
@IBDesignable public extension UITextField {
@IBInspectable var placeholderLocalizeKey: String {
set {
DispatchQueue.main.async {
…
-
Installed using Carthage.
I suspect this to be a general issue related to installation method (Carthage) because I've noticed it with other frameworks before when installed using this method.
Simil…