Explorar el Código

Update README.md

Jonas Budelmann hace 9 años
padre
commit
9b8aa6b7ad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -339,7 +339,7 @@ For an example of how to set this up take a look at the **Masonry iOS Examples**
     if (!self) return nil;
 
     // --- Create your views here ---
-    self.button = [UIButton new];
+    self.button = [[UIButton alloc] init];
 
     return self;
 }