-
- **Date:** 2024-09-02
- **Resolution:** Open
- **Area:** Xcode
- **OS:** macOS
- **Type:** Incorrect/Unexpected Behavior
- **Keywords:** xcode, interface, builder, appkit, inspect, inspectable, …
-
Hi,
Thanks for sharing this great component. I would like to suggest adding some `IBInspectable` flags to some properties. Hopefully, it won't take much time (unless the values aren't meant to change…
-
there is no support for @IBDesignable and @IBInspectable
would be great if this could be used
-
QBFlatButton is an ideal candidate to support IBInspectable and IBDesignable.
Please see: http://nshipster.com/ibinspectable-ibdesignable/
-
i installed pod 'VHBoomMenuButton/Swift', '2.0.0' in xcode 9 with swift 4 and also #import in Bridging File.But now i got two Error like "Property cannot be marked @IBInspectable " And "Property can…
-
I installed the library using CocoaPods. Here is my `Podfile`.
```
platform :ios, '9.0'
target 'BMBDemo' do
use_frameworks!
pod 'VHBoomMenuButton/Swift', '2.0.0'
end
```
It insta…
-
It causes interface builder crashes so how to remove it from interface builder and leave support programmatically only?
-
**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'…
-
```
//
// BorderView.swift
// Ceshi
//
// Created by 荆文征 on 16/7/20.
// Copyright © 2016年 timer. All rights reserved.
//
import UIKit
@IBDesignable
class InspectView:UIView{
/// 是否展示上边框
…
-
When you set background colour values _from Storyboard then it is not reflecting at run time._
In short I have to go programatically to change background colour.