var ignoreContentInsetAdjustment: Bool {
        get {
            return objc_getAssociatedObject(base, &AssociatedKeys.ignoreContentInsetAdjustment) as? Bool ?? false
        }
        set(newValue) {