Bruno de Carvalho

2pods

Atomics

Provides the following classes of atomic wrappers:

  • AtomicBoolean: atomic wrapper for a BOOL flag
  • AtomicInteger: atomic wrapper for a NSInteger (32 or 64bit, depending on the architecture it's compiled for) with additional counter semantics (add-and-get, get-and-add)
  • AtomicReference: atomic NSObject wrapper

License: MIT

  • Objective C

BBCyclingLabel

BBCyclingLabel is just like a UILabel but allows you to perform custom animations when changing text.

License: Custom

  • Objective C