UIApplication(FWAdaptive)

@interface UIApplication (FWAdaptive)

/// 是否是调试模式
@property (class, nonatomic, assign, readonly) BOOL fw_isDebug NS_REFINED_FOR_SWIFT;

@end

Undocumented

  • 是否是调试模式

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) BOOL fw_isDebug;