Coder Social home page Coder Social logo

javisoto / base-ios-view-controllers Goto Github PK

View Code? Open in Web Editor NEW
44.0 44.0 9.0 280 KB

Convenient base VCs for all your iPhone projects if you, like me, like writing less code. Allows to very easily create controllers with table views, controllers to show data from core data, adjusting the view with the keyboard easily and automatically, and more.

Home Page: http://javisoto.github.com/Base-iOS-View-Controllers

Objective-C 100.00%

base-ios-view-controllers's People

Contributors

bitdeli-chef avatar esttorhe avatar javisoto avatar rcabamo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

base-ios-view-controllers's Issues

Problemas al importar las clases

Sigo los pasos de instalación al pie de la letra, cuando añado las clases al proyecto muestra algunos errores

  • 'JSProgressHUD.h' file not found
  • 'JSBaseCoreDataBackedTableViewController.h' file not found
  • Property 'shouldRasterize' cannot be found in forward class object 'CALayer *'
  • Property 'shouldRasterize' cannot be found in forward class object 'CALayer *'
  • Property 'rasterizationScale' cannot be found in forward class object 'CALayer *'

Parece ser que hay algún import con el nombre de una clase que no existe, si no te importa echarle un vistazo.

Mirandolo por encima me ha gustado mucho, todo muy bien estructurado y muy bien pensado, en cuanto solucione esos problemillas la pruebo a fondo.

Error in third tab

Break in JSBaseCoreDataTableViewController.m, line 85

2012-03-29 15:18:51.257 BaseiOSViewControllers-DemoProject[5227:b603] *** Terminating app due to uncaught exception 'NSObjectInaccessibleException', reason: 'This fetch request (0x5a97b90) was created with a string name (ToDo), and cannot respond to -entity until used by an NSManagedObjectContext'
*** Call stack at first throw:
(
    0   CoreFoundation                      0x011e15a9 __exceptionPreprocess + 185
    1   libobjc.A.dylib                     0x0158b313 objc_exception_throw + 44
    2   CoreData                            0x00e4868f -[NSFetchRequest entity] + 159
    3   CoreData                            0x00f297fb -[NSFetchedResultsController initWithFetchRequest:managedObjectContext:sectionNameKeyPath:cacheName:] + 763
    4   BaseiOSViewControllers-DemoProject  0x00002d62 -[JSBaseCoreDataTableViewController fetchedResultsController] + 290
    5   BaseiOSViewControllers-DemoProject  0x00002956 -[JSBaseCoreDataTableViewController viewDidLoad] + 102
    6   UIKit                               0x00247089 -[UIViewController view] + 179
    7   UIKit                               0x00259f54 -[UITabBarController transitionFromViewController:toViewController:transition:shouldSetSelected:] + 120
    8   UIKit                               0x00258aaa -[UITabBarController transitionFromViewController:toViewController:] + 64
    9   UIKit                               0x0025a8a2 -[UITabBarController _setSelectedViewController:] + 263
    10  UIKit                               0x0025a711 -[UITabBarController _tabBarItemClicked:] + 352
    11  UIKit                               0x001974fd -[UIApplication sendAction:to:from:forEvent:] + 119
    12  UIKit                               0x00399ce6 -[UITabBar _sendAction:withEvent:] + 422
    13  UIKit                               0x001974fd -[UIApplication sendAction:to:from:forEvent:] + 119
    14  UIKit                               0x00227799 -[UIControl sendAction:to:forEvent:] + 67
    15  UIKit                               0x00229c2b -[UIControl(Internal) _sendActionsForEvents:withEvent:] + 527
    16  UIKit                               0x00227750 -[UIControl sendActionsForControlEvents:] + 49
    17  UIKit                               0x001974fd -[UIApplication sendAction:to:from:forEvent:] + 119
    18  UIKit                               0x00227799 -[UIControl sendAction:to:forEvent:] + 67
    19  UIKit                               0x00229c2b -[UIControl(Internal) _sendActionsForEvents:withEvent:] + 527
    20  UIKit                               0x002287d8 -[UIControl touchesEnded:withEvent:] + 458
    21  UIKit                               0x001bbded -[UIWindow _sendTouchesForEvent:] + 567
    22  UIKit                               0x0019cc37 -[UIApplication sendEvent:] + 447
    23  UIKit                               0x001a1f2e _UIApplicationHandleEvent + 7576
    24  GraphicsServices                    0x01c64992 PurpleEventCallback + 1550
    25  CoreFoundation                      0x011c2944 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 52
    26  CoreFoundation                      0x01122cf7 __CFRunLoopDoSource1 + 215
    27  CoreFoundation                      0x0111ff83 __CFRunLoopRun + 979
    28  CoreFoundation                      0x0111f840 CFRunLoopRunSpecific + 208
    29  CoreFoundation                      0x0111f761 CFRunLoopRunInMode + 97
    30  GraphicsServices                    0x01c631c4 GSEventRunModal + 217
    31  GraphicsServices                    0x01c63289 GSEventRun + 115
    32  UIKit                               0x001a5c93 UIApplicationMain + 1160
    33  BaseiOSViewControllers-DemoProject  0x00001e2a main + 170
    34  BaseiOSViewControllers-DemoProject  0x00001d75 start + 53
)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.