Граф коммитов

18 Коммитов

Автор SHA1 Сообщение Дата
conceptdev b2b8e2ebb1 update header yaml 2019-07-29 19:48:37 -07:00
Craig 708c814a5c remove invalid yaml markup 2019-07-19 22:36:19 -07:00
Justin Johnson 5bcf0993b7 Jusjohns gallery updates (#376)
* batch run on readme files

* Some manual fixes that couldn't parse

* Some more batch fixes

* Fixed final two edge cases

* Manual fix of a parse error

* Missed bad md whitespace

* Another manual fix of parser error

* Some minor parse fixes
2019-07-18 16:35:50 -07:00
David Britch 168efa013e Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
Brad Umbaugh 3392dd3a8e Set MtouchHttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 12:28:55 -06:00
David Britch e928c15193 Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01:00
olegoid d4585ae681 Fix metadata file 2016-09-08 18:00:01 -03:00
dalexsoto 23ea01b373 [TextKitDemo] Fix ctor, we must use initWithCoder when loading from a storyboard
initWithCoder: is the designated initializer for views built from the storyboard
since we are not creating the Cell programatically by calling
RegisterClassForCell we must export initWithCoder: ctor to unmanaged world so
when it needs to create a new cell it calls into our managed initWithCoder:
and do the initialization we want.
2015-06-16 00:17:33 -05:00
Aaron Sky e3f15c8da2 Resolved warnings in TextKitDemo sample 2015-05-05 16:57:20 -04:00
Dylan Kelly dec0fe37e0 Add FinishedLaunching() 2015-03-31 14:56:31 -04:00
olegoid 58c5e8c813 Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
Prashant Cholachagudda 2b25d3b0d0 Pull from upstream 2015-01-19 20:39:40 +05:30
GouriKumari 539087e613 Set minimum deployment version and rebuild certain samples to set UIDeviceFamily 2014-07-18 17:56:41 -04:00
Joel Martinez 195db80fe3 Added gallery opt-in to metadata 2014-02-20 10:22:07 -05:00
Amy Burns 7e3ae93777 Reorganization of tags 2014-02-13 16:39:15 +00:00
Rolf Bjarne Kvinge d5fd93b329 [TextKitDemo] Simplify code a little bit. 2014-02-12 17:02:27 +01:00
Rolf Bjarne Kvinge ad8306bdbf [TextKitDemo] Need to stop listening for notifications when not interested anymore.
This fixes a memory leak, since the event handler was keeping a reference
to the view controller, preventing it from getting freed.

See desk #60817 for a test case.
2014-02-12 17:02:27 +01:00
Peter Collins 6794bdebc5 [iOS7] Add new samples 2013-09-18 13:23:40 -04:00