Posts by Alberto S. • 11 points
1 post
-
1
votes1
answer23
viewsA: Doubt about NS_ENUM
enum (or enumerated value - "enumerated value" in English) is a form, inherited from C, of declaring constant values. Its basic syntax is: typedef NS_ENUM(NSInteger, ASRestaurantStatus) {…
objective-canswered Alberto S. 11