Skip to content

Instantly share code, notes, and snippets.

@bambuh
bambuh / iOS Interview Questions
Created April 15, 2020 08:02 — forked from atimca/iOS Interview Questions
iOS interview questions to interviewer from candidate
Question set for interviews
Developer
Tech
- [ ] How many projects do you have
- [ ] Which architectures approaches do you use
- [ ] Which swift version / legacy objc, c what are you going to do with it.
- [ ] Do you do layout in xibs or in code?
- [ ] What do you think about reactive programming (RxSwift)
@bambuh
bambuh / RxCoreStoreListObserver.swift
Last active October 3, 2018 20:14
CoreStore RxSwift List Observer
import Foundation
import RxSwift
import RxCocoa
import CoreStore
private class RxCoreStoreListObserver<B: FetchChainableBuilderType>: Disposable where B.ObjectType: NSManagedObject {
private var monitor: ListMonitor<B.ObjectType>!
@bambuh
bambuh / RxCoreStorePropertyObserver.swift
Last active October 3, 2018 20:15
CoreStore RxSwift Property Observer
import Foundation
import RxSwift
import RxCocoa
import CoreStore
private class RxCoreStorePropertyObserver<ObjectEntity: NSManagedObject, Property>: Disposable {
private var monitor: ObjectMonitor<ObjectEntity>!
private var propertyKeyPath: KeyPath<ObjectEntity, Property>!

Keybase proof

I hereby claim:

  • I am bambuh on github.
  • I am bambuh (https://keybase.io/bambuh) on keybase.
  • I have a public key ASBeU0RhJYR0gzrvhP2pwJeTCNEeO4fMRbZcya5p9SWDOQo

To claim this, I am signing this object: