Code Monkey home page Code Monkey logo

networkedlifewithfb's People

Contributors

chaokuan-lin avatar liyibin avatar

Watchers

 avatar  avatar  avatar  avatar

networkedlifewithfb's Issues

Use CoreData Method

目前我想到取得資料最快的方式是:

// 因為目前只存一個使用者的Data
User *user = [[self getALLInstanceWithEntityName:@"User"] lastObject];

// User的friends這個變數是NSSet,裡面可以取得User的所有朋友。
for (Friend *friend in user.friends) {
NSLog(@"Friend: %@, id: %@", friend.name, friend.identifier);
if ([friend.identifier isEqualToString:@""]) {
// TODO
break;
}
}

// 如果有資料名稱與id,可以直接call這個method

  • (NSArray *)getInstanceWithEntityName:(NSString *)name identifier:(NSString *)identifier;

關於MapView

原本 @canlin 希望我把控制Map的方法寫在MapView裡面,
(例如:加標點在map上...等等)
但是因為UIView沒有load完畢,是無法對Map操作,
就是必須在MainViewController裡面,等viewDidLoad完mapView,
對於MKMapView的delegate、addAnnotation:之類的方法才可以操作,
所以我還是把map的實作寫在MainViewController裡面。

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.