Codifique dois ints na tag de visualização UIAlert
// —- Setup —- // mask and shift: mask must be larger than any possible tag, shift must define the number of bits#define TAG_MASK (0xF)#define TAG_SHIFT (4)#define TAG_MASK_COMP (~ TAG_MASK)#define …
Continuar lendo