Pinned Loading
-
-
-
NSDraggingSession
NSDraggingSession 1- (void)mouseDown:(NSEvent*)event
2{
34//create a NSPasteboardItem
5NSPasteboardItem *pbItem = [NSPasteboardItem new];
-
a method for changing objects inside...
a method for changing objects inside deeply nested dictionaries 1- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
23//create a example nested dictionary with just 4 levels
4NSMutableDictionary *parent = [[[NSMutableDictionary alloc] init] autorelease];
5NSDictionary *thirdChild = [NSDictionary dictionaryWithObjectsAndKeys:@"bi",@"l4",@"nar",@"l4_", nil];
-
-
NavigationStack example
NavigationStack example 1//
2// ContentView.swift
3// sandbox
4//
5// Created by vlad on 21/11/2023.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.