Ido Kleinman
Ido Kleinman
this does not translate to Swift: ``` objc #import @implementation TSAppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { //If you want you can overidde some properties using UIAppearance [[TSMessageView appearance] setTitleFont:[UIFont...
I tried displaying a notification above the navigation bar (in a modal view embdedded in uinavigationviewcontroller). used: TSMessage.setDefaultViewController(self.navigationController) that doesn't help, notification appears below the bar instead above it. is...
EXC_BAD_ACCESS Happen when I do [person setImage:image]; and then [addressBook save]; crash is on -(BOOL)hasUnsavedChanges{ in RHAddressBook.m (line 1055), v1.1.1 any ideas?
to serialize all RHPerson data fields into one data object
adding those methods will allow to add the addressbook.people NSArray as NSSets so they can be compared/intersected/minus'd etc. Useful.
Empty PR for forcing API deploy
# Description add optional estimatedPriceImpact to quote report for data team improved slippage model # Testing Instructions # Checklist - [ ] Update [documentation](https://github.com/0xProject/website/blob/development/mdx/api/index.mdx) as needed. **Website Documentation PR:** -...
Given `let pointObj = {lat: 1.1, lon: 2.2, alt: 3.3, test: 'test'};` `let point = geojson.parse(pointObj, { Point: ['lat', 'lon', 'alt'] });` point will equal `{ type: 'Point', coordinates: [...